summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2014-05-02 15:29:48 +0000
committerAlex Rudyy <orudyy@apache.org>2014-05-02 15:29:48 +0000
commit1af82f62bbf94323e61a415c182adf2d66ac99f0 (patch)
treec99ebc2bf6bafbc9e8ad423265a6a72d71893c20 /qpid/java/bdbstore
parent75e7d8b9d87c03876d14cd689dc2f1ba1bfcd250 (diff)
downloadqpid-python-1af82f62bbf94323e61a415c182adf2d66ac99f0.tar.gz
QPID-5744: Change web management console to call management REST API under /api/latest and auxiliary REST services under /service. Fix broken UI.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591949 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/bdbstore')
-rw-r--r--qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html b/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html
index 31734c818d..c3b2a0f9b5 100644
--- a/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html
+++ b/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html
@@ -26,28 +26,28 @@
<td class="tableContainer-labelCell" style="width: 300px;"><strong>Node Name*: </strong></td>
<td class="tableContainer-valueCell">
<input dojoType="dijit/form/ValidationTextBox" id="formAddVirtualHost.specific.nodeName"
- required="true" name="haNodeName" placeholder="node name"/>
+ required="true" name="name" placeholder="node name"/>
</td>
</tr>
<tr>
<td class="tableContainer-labelCell" style="width: 300px;"><strong>Replication Group*: </strong></td>
<td class="tableContainer-valueCell">
<input dojoType="dijit/form/ValidationTextBox" id="formAddVirtualHost.specific.groupName"
- required="true" name="haGroupName" placeholder="group name"/>
+ required="true" name="groupName" placeholder="group name"/>
</td>
</tr>
<tr>
<td class="tableContainer-labelCell" style="width: 300px;"><strong>Node Address*: </strong></td>
<td class="tableContainer-valueCell">
<input dojoType="dijit/form/ValidationTextBox" id="formAddVirtualHost.specific.nodeAddress"
- required="true" name="haNodeAddress" data-dojo-props="regExp:'([0-9a-zA-Z.-_]|::)+:[0-9]{1,5}', invalidMessage:'Must be of the form host:port'" placeholder="host:port"/>
+ required="true" name="address" data-dojo-props="regExp:'([0-9a-zA-Z.-_]|::)+:[0-9]{1,5}', invalidMessage:'Must be of the form host:port'" placeholder="host:port"/>
</td>
</tr>
<tr>
<td class="tableContainer-labelCell" style="width: 300px;"><strong>Helper Address*: </strong></td>
<td class="tableContainer-valueCell">
<input dojoType="dijit/form/ValidationTextBox" id="formAddVirtualHost.specific.helperAddress"
- required="true" name="haHelperAddress" data-dojo-props="regExp:'([0-9a-zA-Z.-_]|::)+:[0-9]{1,5}', invalidMessage:'Must be of the form host:port'" placeholder="host:port"/>
+ required="true" name="helperAddress" data-dojo-props="regExp:'([0-9a-zA-Z.-_]|::)+:[0-9]{1,5}', invalidMessage:'Must be of the form host:port'" placeholder="host:port"/>
</td>
</tr>
<tr>
@@ -69,7 +69,7 @@
hidden.set('value', checkbox.get('checked'));
})"/>
- <input dojoType="dijit/form/TextBox" id="formAddVirtualHost.specific.haCoalescingSyncHidden" type="hidden" name="haCoalescingSync" value="true"/>
+ <input dojoType="dijit/form/TextBox" id="formAddVirtualHost.specific.haCoalescingSyncHidden" type="hidden" name="coalescingSync" value="true"/>
</td>
</tr>
@@ -84,7 +84,7 @@
var hidden = registry.byId('formAddVirtualHost.specific.haDesignatedPrimaryHidden');
hidden.set('value', checkbox.get('checked'));
})"/>
- <input dojoType="dijit/form/TextBox" id="formAddVirtualHost.specific.haDesignatedPrimaryHidden" type="hidden" name="haDesignatedPrimary" value="false"/>
+ <input dojoType="dijit/form/TextBox" id="formAddVirtualHost.specific.haDesignatedPrimaryHidden" type="hidden" name="designatedPrimary" value="false"/>
</td>
</tr>
</table>