You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2016/09/02 16:00:35 UTC

svn commit: r1758983 - /qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/query/QueryCloneDialogForm.html

Author: orudyy
Date: Fri Sep  2 16:00:35 2016
New Revision: 1758983

URL: http://svn.apache.org/viewvc?rev=1758983&view=rev
Log:
QPID-7413: [Java Broker, WMC] Fix label and tooltip for query clone dialog

Modified:
    qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/query/QueryCloneDialogForm.html

Modified: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/query/QueryCloneDialogForm.html
URL: http://svn.apache.org/viewvc/qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/query/QueryCloneDialogForm.html?rev=1758983&r1=1758982&r2=1758983&view=diff
==============================================================================
--- qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/query/QueryCloneDialogForm.html (original)
+++ qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/query/QueryCloneDialogForm.html Fri Sep  2 16:00:35 2016
@@ -21,11 +21,21 @@
     <div>
         <div class="infoMessage infoPane">Note, group information is not cloned.</div>
         <div class="clear">
-            <label class="formLabel-labelCell tableContainer-labelCell" for="${id}_queryScope">Scope*: </label>
+            <label class="formLabel-labelCell tableContainer-labelCell" for="${id}_queryScope">Associate query with*: </label>
             <select id="${id}_queryScope" class="formLabel-controlCell tableContainer-valueCell"
                    data-dojo-attach-point="scope"
                    data-dojo-type='dijit/form/FilteringSelect'
-                   data-dojo-props="name: 'scope', placeHolder: 'Query scope', required: true, title: 'Select query scope', intermediateChanges: true">
+                   data-dojo-props="name: 'scope', placeHolder: 'Query scope', required: true, intermediateChanges: true"
+                   title="Determines where the query is stored and where to query for the objects.
+If Broker is selected then any entity within the Broker can be queried.
+If Virtual Host is selected then only entities on the selected Virtual Host can be queried.
+Queries associated with a Virtual Host will be replicated across HA nodes.
+Queries can be added to the dashboards having the same associated object."
+                   promptMessage="Determines where the query is stored and where to query for the objects.
+If Broker is selected then any entity within the Broker can be queried.
+If Virtual Host is selected then only entities on the selected Virtual Host can be queried.
+Queries associated with a Virtual Host will be replicated across HA nodes.
+Queries can be added to the dashboards having the same associated object.">
             </select>
         </div>
         <div class="clear"></div>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org