summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
diff options
context:
space:
mode:
authorAndrew MacBean <macbean@apache.org>2014-07-21 13:46:18 +0000
committerAndrew MacBean <macbean@apache.org>2014-07-21 13:46:18 +0000
commit42f8cd66b05b7e0a7005c62ac4493c48b4b7b203 (patch)
treed5b77f29b34c708546a50b9d23025c339ca72fc5 /qpid/java/broker-plugins
parent99c81b97860d64b476a40090231d823996db82a6 (diff)
downloadqpid-python-42f8cd66b05b7e0a7005c62ac4493c48b4b7b203.tar.gz
QPID-5413: [Java Broker] BDB HA VHN/VH UI text changes and improved JS validation add permitted nodes button
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612269 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker-plugins')
-rw-r--r--qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/providedstore/add.html2
-rw-r--r--qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/sizemonitoring/add.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/providedstore/add.html b/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/providedstore/add.html
index 0d38617074..18cab14bca 100644
--- a/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/providedstore/add.html
+++ b/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/providedstore/add.html
@@ -25,6 +25,7 @@
data-dojo-type="dijit/form/NumberTextBox"
data-dojo-props="
name: 'storeOverfullSize',
+ placeHolder: 'size in bytes',
required: false,
title: 'Enter ceiling (in bytes) at which store will begin to throttle sessions producing messages',
constraints:{min:0,places:0}" />
@@ -37,6 +38,7 @@
data-dojo-type="dijit/form/NumberTextBox"
data-dojo-props="
name: 'storeUnderfullSize',
+ placeHolder: 'size in bytes',
required: false,
title: 'Enter floor (in bytes) at which store will cease to throttle sessions producing messages',
constraints:{min:0,places:0}" />
diff --git a/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/sizemonitoring/add.html b/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/sizemonitoring/add.html
index 1405f2444a..92bf4556d9 100644
--- a/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/sizemonitoring/add.html
+++ b/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/sizemonitoring/add.html
@@ -38,6 +38,7 @@
data-dojo-type="dijit/form/NumberTextBox"
data-dojo-props="
name: 'storeOverfullSize',
+ placeHolder: 'size in bytes',
required: false,
title: 'Enter ceiling (in bytes) at which store will begin to throttle sessions producing messages',
constraints:{min:0,places:0}" />
@@ -50,6 +51,7 @@
data-dojo-type="dijit/form/NumberTextBox"
data-dojo-props="
name: 'storeUnderfullSize',
+ placeHolder: 'size in bytes',
required: false,
title: 'Enter floor (in bytes) at which store will cease to throttle sessions producing messages',
constraints:{min:0,places:0}" />