summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2014-05-16 13:13:21 +0000
committerAlex Rudyy <orudyy@apache.org>2014-05-16 13:13:21 +0000
commitd45f6769e15965d19aaa85cf1c37851c1bdf757d (patch)
tree1144abe2ebeafea5a8275a0e8124686543cfdccd /qpid/java/bdbstore
parent8b9d54dcb70bb397dae8742cf1a005945102dede (diff)
downloadqpid-python-d45f6769e15965d19aaa85cf1c37851c1bdf757d.tar.gz
QPID-5413: Improve virtual host node and virtual host UI
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1595188 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/bdbstore')
-rw-r--r--qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add.html b/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add.html
index e8dff430f6..d1792267a4 100644
--- a/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add.html
+++ b/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add.html
@@ -31,30 +31,30 @@
</div>
</div>
<div style="clear:both">
- <div class="formLabel-labelCell tableContainer-labelCell" style="float:left; width: 300px;">Virtual Host Name*:</div>
+ <div class="formLabel-labelCell tableContainer-labelCell" style="float:left; width: 300px;">Node Name*:</div>
<div class="formLabel-controlCell tableContainer-valueCell" style="float:left;">
- <input type="text" id="addVirtualHostNode.groupName"
+ <input type="text" id="addVirtualHostNode.nodeName"
data-dojo-type="dijit/form/ValidationTextBox"
data-dojo-props="
- name: 'groupName',
- placeHolder: 'virtual host name',
+ name: 'name',
+ placeHolder: 'unique node name per broker',
required: true,
- missingMessage: 'A virtual host name must be supplied',
- title: 'Enter virtual host name',
+ missingMessage: 'A node name must be supplied',
+ title: 'Enter a unique node name per broker',
pattern: '^[\x20-\x2e\x30-\x7F]{1,255}$'" />
</div>
</div>
<div style="clear:both">
- <div class="formLabel-labelCell tableContainer-labelCell" style="float:left; width: 300px;">Node Name*:</div>
+ <div class="formLabel-labelCell tableContainer-labelCell" style="float:left; width: 300px;">Virtual Host Name*:</div>
<div class="formLabel-controlCell tableContainer-valueCell" style="float:left;">
- <input type="text" id="addVirtualHostNode.nodeName"
+ <input type="text" id="addVirtualHostNode.groupName"
data-dojo-type="dijit/form/ValidationTextBox"
data-dojo-props="
- name: 'name',
- placeHolder: 'node name',
+ name: 'groupName',
+ placeHolder: 'virtual host name',
required: true,
- missingMessage: 'A node name must be supplied',
- title: 'Enter node name',
+ missingMessage: 'A virtual host name must be supplied',
+ title: 'Enter virtual host name',
pattern: '^[\x20-\x2e\x30-\x7F]{1,255}$'" />
</div>
</div>