summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/main/java/resources/virtualhostnode
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/bdbstore/src/main/java/resources/virtualhostnode')
-rw-r--r--qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add/existinggroup/add.html12
-rw-r--r--qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add/newgroup/add.html9
-rw-r--r--qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/edit.html6
3 files changed, 9 insertions, 18 deletions
diff --git a/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add/existinggroup/add.html b/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add/existinggroup/add.html
index eb21d9faa9..b08c734e35 100644
--- a/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add/existinggroup/add.html
+++ b/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add/existinggroup/add.html
@@ -31,8 +31,7 @@
placeHolder: 'group name',
required: true,
missingMessage: 'The group name must be supplied',
- title: 'Enter the group name',
- pattern: '^[\x20-\x2e\x30-\x7F]{1,255}$'" />
+ title: 'Enter the group name'" />
</div>
</div>
<div class="clear">
@@ -45,8 +44,7 @@
placeHolder: 'node name from group',
required: true,
missingMessage: 'A node name must be supplied',
- title: 'Enter a node name',
- pattern: '^[\x20-\x2e\x30-\x7F]{1,255}$'" />
+ title: 'Enter a node name'" />
</div>
</div>
<div class="clear">
@@ -59,8 +57,7 @@
placeHolder: 'node address from group',
required: true,
missingMessage: 'Node host and port must be supplied',
- title: 'Enter address',
- pattern: '([0-9a-zA-Z.-_]|::)+:[0-9]{1,5}'" />
+ title: 'Enter address'" />
</div>
</div>
</fieldset>
@@ -80,8 +77,7 @@
placeHolder: 'host:port',
required: true,
missingMessage: 'Node host and port must be supplied',
- title: 'Enter address',
- pattern: '([0-9a-zA-Z.-_]|::)+:[0-9]{1,5}'" />
+ title: 'Enter address'" />
</div>
</div>
<div class="clear">
diff --git a/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add/newgroup/add.html b/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add/newgroup/add.html
index 0fedc22107..3d06d15d5c 100644
--- a/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add/newgroup/add.html
+++ b/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add/newgroup/add.html
@@ -28,8 +28,7 @@
placeHolder: 'group name',
required: true,
missingMessage: 'A group name must be supplied',
- title: 'Enter a group name',
- pattern: '^[\x20-\x2e\x30-\x7F]{1,255}$'" />
+ title: 'Enter a group name'" />
</div>
</div>
<div class="clear">
@@ -42,8 +41,7 @@
placeHolder: 'host:port',
required: true,
missingMessage: 'Node host and port must be supplied',
- title: 'Enter address',
- pattern: '([0-9a-zA-Z.-_]|::)+:[0-9]{1,5}'" />
+ title: 'Enter address'" />
</div>
</div>
<div class="clear">
@@ -86,8 +84,7 @@
name: 'permittedNode',
placeHolder: 'host:port',
title: 'Enter address',
- intermediateChanges: true,
- pattern: '([0-9a-zA-Z.-_]|::)+:[0-9]{1,5}'" />
+ intermediateChanges: true" />
</div>
<button data-dojo-type="dijit/form/Button" id="addVirtualHostNode.permittedNodeAdd" data-dojo-props="label: '+'"></button>
</div>
diff --git a/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/edit.html b/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/edit.html
index 44b2a52536..c18ca34fdb 100644
--- a/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/edit.html
+++ b/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/edit.html
@@ -26,8 +26,7 @@
required: true,
disabled: true,
missingMessage: 'A group name must be supplied',
- title: 'Enter group name',
- pattern: '^[\x20-\x2e\x30-\x7F]{1,255}$'" />
+ title: 'Enter group name'" />
</div>
</div>
<div class="clear">
@@ -42,8 +41,7 @@
disabled: true,
missingMessage: 'A Host and Port must be supplied',
invalidMessage: 'Must be of the form host:port',
- title: 'Enter Host and Port name',
- pattern: '^([0-9a-zA-Z.-_]|::)+:[0-9]{1,5}$'" />
+ title: 'Enter Host and Port name'" />
</div>
</div>
<div class="clear">