Author: lquack
Date: Wed Nov 25 15:08:29 2015
New Revision: 1716432
URL: http://svn.apache.org/viewvc?rev=1716432&view=rev
Log:
QPID-6903: [Java Broker] In web UI for queues add unit to the label for the
alerting threshold
Modified:
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/addQueue.html
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/editQueue.html
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/showQueue.html
Modified:
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/addQueue.html
URL:
http://svn.apache.org/viewvc/qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/addQueue.html?rev=1716432&r1=1716431&r2=1716432&view=diff
==============================================================================
---
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/addQueue.html
(original)
+++
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/addQueue.html
Wed Nov 25 15:08:29 2015
@@ -201,7 +201,7 @@
<fieldset>
<legend>Alerting Settings</legend>
<div class="clear">
- <div class="formLabel-labelCell">Queue Depth:</div>
+ <div class="formLabel-labelCell">Queue Depth
(Messages):</div>
<div class="formLabel-controlCell">
<input type="text"
id="formAddQueue.alertThresholdQueueDepthMessages"
data-dojo-type="dijit/form/ValidationTextBox"
@@ -214,7 +214,7 @@
</div>
</div>
<div class="clear">
- <div class="formLabel-labelCell">Queue Depth:</div>
+ <div class="formLabel-labelCell">Queue Depth (Bytes):</div>
<div class="formLabel-controlCell">
<input type="text"
id="formAddQueue.alertThresholdQueueDepthBytes"
data-dojo-type="dijit/form/ValidationTextBox"
Modified:
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/editQueue.html
URL:
http://svn.apache.org/viewvc/qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/editQueue.html?rev=1716432&r1=1716431&r2=1716432&view=diff
==============================================================================
---
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/editQueue.html
(original)
+++
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/editQueue.html
Wed Nov 25 15:08:29 2015
@@ -197,7 +197,7 @@
<fieldset>
<legend>Alerting Settings</legend>
<div class="clear">
- <div class="formLabel-labelCell">Queue Depth:</div>
+ <div class="formLabel-labelCell">Queue Depth
(Messages):</div>
<div class="formLabel-controlCell">
<input type="text"
id="formEditQueue.alertThresholdQueueDepthMessages"
data-dojo-type="dijit/form/ValidationTextBox"
@@ -210,7 +210,7 @@
</div>
</div>
<div class="clear">
- <div class="formLabel-labelCell">Queue Depth:</div>
+ <div class="formLabel-labelCell">Queue Depth
(Bytes):</div>
<div class="formLabel-controlCell">
<input type="text"
id="formEditQueue.alertThresholdQueueDepthBytes"
data-dojo-type="dijit/form/ValidationTextBox"
Modified:
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/showQueue.html
URL:
http://svn.apache.org/viewvc/qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/showQueue.html?rev=1716432&r1=1716431&r2=1716432&view=diff
==============================================================================
---
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/showQueue.html
(original)
+++
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/showQueue.html
Wed Nov 25 15:08:29 2015
@@ -170,14 +170,14 @@
<br/>
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title: 'Alerting
Thresholds', open: false">
<div class="clear">
- <div class="formLabel-labelCell">Queue Depth:</div>
+ <div class="formLabel-labelCell">Queue Depth (Messages):</div>
<div>
<span class="alertThresholdQueueDepthMessages"></span>
<span>msgs</span>
</div>
</div>
<div class="clear">
- <div class="formLabel-labelCell">Queue Depth:</div>
+ <div class="formLabel-labelCell">Queue Depth (Bytes):</div>
<div>
<span class="alertThresholdQueueDepthBytes"></span>
<span class="alertThresholdQueueDepthBytesUnits"></span>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]