Author: orudyy
Date: Mon Oct 13 15:12:49 2014
New Revision: 1631436
URL: http://svn.apache.org/r1631436
Log:
QPID-6149: Use better names for the domain of BDB HA node priority
Modified:
qpid/trunk/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/show.js
qpid/trunk/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/edit.html
Modified:
qpid/trunk/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/show.js
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/show.js?rev=1631436&r1=1631435&r2=1631436&view=diff
==============================================================================
---
qpid/trunk/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/show.js
(original)
+++
qpid/trunk/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/show.js
Mon Oct 13 15:12:49 2014
@@ -31,7 +31,7 @@ define(["dojo/_base/xhr",
"dojo/domReady!"],
function (xhr, connect, entities, query, json, registry, EnhancedGrid,
UpdatableStore, UserPreferences, util)
{
- var priorityNames = {'_0': 'Never', '_1': 'Default', '_2': 'Normal', '_3':
'High'};
+ var priorityNames = {'_0': 'Never', '_1': 'Default', '_2': 'High', '_3':
'Highest'};
var nodeFields = ["storePath", "groupName", "role", "address",
"designatedPrimary", "priority", "quorumOverride"];
function findNode(nodeClass, containerNode)
Modified:
qpid/trunk/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/edit.html
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/edit.html?rev=1631436&r1=1631435&r2=1631436&view=diff
==============================================================================
---
qpid/trunk/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/edit.html
(original)
+++
qpid/trunk/qpid/java/bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/edit.html
Mon Oct 13 15:12:49 2014
@@ -113,8 +113,8 @@
data-dojo-props="data: [
{id: '0', name: 'Never'},
{id: '1', name:
'Default', selected: '1'},
- {id: '2', name:
'Normal'},
- {id: '3', name: 'High'}
+ {id: '2', name: 'High'},
+ {id: '3', name:
'Highest'}
]"></div>
<input id="editVirtualHostNode.priority"
data-dojo-type="dijit/form/FilteringSelect" value="1"
data-dojo-props="
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]