blob: b5120c659278680bf57bcf744ad5dc1c7f9d8b89 [file] [log] [blame]
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<div class="dijitHidden">
<div data-dojo-type="dijit/Dialog" data-dojo-props="title:'Edit Broker'" id="editBrokerDialog">
<form id="editBrokerForm" method="post" data-dojo-type="dijit/form/Form">
<div id="editBroker.allFields">
<div id="editBroker.contentPane">
<div class="clear">
<div class="formLabel-labelCell tableContainer-labelCell">Name*:</div>
<div class="formLabel-controlCell tableContainer-valueCell">
<input type="text" id="editBroker.name"
data-dojo-type="dijit/form/ValidationTextBox"
data-dojo-props="
name: 'name',
placeHolder: 'name',
required: true,
disabled: false,
trim: true,
promptMessage: 'Identifies the broker instance.',
title: 'Enter broker name'" />
</div>
</div>
<div class="clear">
<div class="formLabel-labelCell tableContainer-labelCell">Statistics reporting period (s):</div>
<div class="formLabel-controlCell tableContainer-valueCell">
<input type="text" id="editBroker.statisticsReportingPeriod"
data-dojo-type="dijit/form/ValidationTextBox"
data-dojo-props="
name: 'statisticsReportingPeriod',
trim: true,
placeholder: 'Time in seconds',
label: 'Statistics reporting period (s):',
promptMessage: 'Period with which statistics are reported to broker log.'" />
</div>
</div>
<div class="clear">
<div class="formLabel-labelCell tableContainer-labelCell">Config Encryption:</div>
<div class="formLabel-controlCell tableContainer-valueCell">
<input type="text" id="editBroker.confidentialConfigurationEncryptionProvider"
data-dojo-type="dijit/form/FilteringSelect"
data-dojo-props="
name: 'confidentialConfigurationEncryptionProvider',
required: true,
title: 'Select Configuration Encryption Type',
placeHolder: 'Select encryption type',
promptMessage: 'If encryption is enabled, configurations items such as passwords<br/>will be encrypted before being written to the configuration store.'" />
</div>
</div>
<div class="clear"></div>
<div data-dojo-type="dijit/TitlePane" data-dojo-props="title: 'Context variables', open: false">
<div id="editBroker.context"
data-dojo-type="qpid/common/ContextVariablesEditor"
data-dojo-props="name: 'context', title: 'Context variables'" ></div>
</div>
<div class="clear"></div>
</div>
<div class="dijitDialogPaneActionBar qpidDialogPaneActionBar">
<button data-dojo-type="dijit/form/Button" id="editBroker.saveButton" data-dojo-props="label: 'Save'">Save</button>
<button data-dojo-type="dijit/form/Button" id="editBroker.cancelButton" data-dojo-props="label: 'Cancel'" ></button>
</div>
</div>
</form>
</div>
</div>