Author: orudyy
Date: Thu Nov 26 14:21:02 2015
New Revision: 1716668

URL: http://svn.apache.org/viewvc?rev=1716668&view=rev
Log:
QPID-6885: [Java Broker Web Managament Console] Make console stream target 
field optional so that the default may take effect
------------------------------------------------------------------------
Merged from trunk with command:
svn merge -c r1716128 https://svn.apache.org/repos/asf/qpid/java/trunk

Modified:
    qpid/java/branches/6.0.x/   (props changed)
    
qpid/java/branches/6.0.x/broker-plugins/management-http/src/main/java/resources/logger/console/add.html

Propchange: qpid/java/branches/6.0.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Nov 26 14:21:02 2015
@@ -9,5 +9,5 @@
 /qpid/branches/java-broker-vhost-refactor/java:1493674-1494547
 /qpid/branches/java-network-refactor/qpid/java:805429-821809
 /qpid/branches/qpid-2935/qpid/java:1061302-1072333
-/qpid/java/trunk:1715445-1715447,1715586,1715940,1716086-1716087,1716127
+/qpid/java/trunk:1715445-1715447,1715586,1715940,1716086-1716087,1716127-1716128
 /qpid/trunk/qpid:796646-796653

Modified: 
qpid/java/branches/6.0.x/broker-plugins/management-http/src/main/java/resources/logger/console/add.html
URL: 
http://svn.apache.org/viewvc/qpid/java/branches/6.0.x/broker-plugins/management-http/src/main/java/resources/logger/console/add.html?rev=1716668&r1=1716667&r2=1716668&view=diff
==============================================================================
--- 
qpid/java/branches/6.0.x/broker-plugins/management-http/src/main/java/resources/logger/console/add.html
 (original)
+++ 
qpid/java/branches/6.0.x/broker-plugins/management-http/src/main/java/resources/logger/console/add.html
 Thu Nov 26 14:21:02 2015
@@ -24,7 +24,7 @@
             <select id="addLogger.console.consoleStreamTarget" 
data-dojo-type="dijit/form/FilteringSelect"
                     data-dojo-props="
                                 name: 'consoleStreamTarget',
-                                required: true,
+                                required: false,
                                 placeHolder: 'select console stream target',
                                 promptMessage: 'Where the console stream will 
go',
                                 title: 'Select target'">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to