summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src
diff options
context:
space:
mode:
authorRobert Godfrey <rgodfrey@apache.org>2013-07-05 23:39:40 +0000
committerRobert Godfrey <rgodfrey@apache.org>2013-07-05 23:39:40 +0000
commit265d3479e525756d8c84a9a6f5c5cffd88b1ce27 (patch)
tree64e215d98b9a4ae1e80cc85c8e5cfc83160a6ccb /qpid/java/bdbstore/src
parent79e8440bdaac4a4dd764ace6b81cd300717c7d67 (diff)
downloadqpid-python-265d3479e525756d8c84a9a6f5c5cffd88b1ce27.tar.gz
QPID-4980 : [Java Broker] add connection pool attributes to http management
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1500169 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/bdbstore/src')
-rw-r--r--qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhost/store/bdb/add.js2
-rw-r--r--qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhost/store/bdb/add.js b/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhost/store/bdb/add.js
index b86a2c73d4..81871b6034 100644
--- a/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhost/store/bdb/add.js
+++ b/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhost/store/bdb/add.js
@@ -39,7 +39,7 @@ define(["dojo/_base/xhr",
array.forEach(registry.toArray(),
function(item) {
- if(item.id.substr(0,27) == "formAddVirtualHost.specific") {
+ if(item.id.substr(0,34) == "formAddVirtualHost.specific.store.") {
item.destroyRecursive();
}
});
diff --git a/qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html b/qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html
index 9424612e3c..2ed5b35c10 100644
--- a/qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html
+++ b/qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html
@@ -2,7 +2,7 @@
<tr>
<td class="tableContainer-labelCell" style="width: 300px;"><strong>Path to store location*: </strong></td>
<td class="tableContainer-valueCell">
- <input dojoType="dijit/form/ValidationTextBox" required="true" id="formAddVirtualHost.specific.storePath"
+ <input dojoType="dijit/form/ValidationTextBox" required="true" id="formAddVirtualHost.specific.store.storePath"
name="storePath" placeholder="/path/to/message/store" />
</td>
</tr>