You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by lq...@apache.org on 2016/03/17 18:33:48 UTC

svn commit: r1735465 - in /qpid/java/trunk/broker-plugins/management-http/src/main/java/resources: images/qpid-favicon.png index.html

Author: lquack
Date: Thu Mar 17 17:33:48 2016
New Revision: 1735465

URL: http://svn.apache.org/viewvc?rev=1735465&view=rev
Log:
QPID-7087: [Java Broker, Web Management Console] Provide a Qpid favicon in the web UI

Added:
    qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/images/qpid-favicon.png
Modified:
    qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/index.html

Added: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/images/qpid-favicon.png
URL: http://svn.apache.org/viewvc/qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/images/qpid-favicon.png?rev=1735465&view=auto
==============================================================================
Binary files qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/images/qpid-favicon.png (added) and qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/images/qpid-favicon.png Thu Mar 17 17:33:48 2016 differ

Modified: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/index.html
URL: http://svn.apache.org/viewvc/qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/index.html?rev=1735465&r1=1735464&r2=1735465&view=diff
==============================================================================
--- qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/index.html (original)
+++ qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/index.html Thu Mar 17 17:33:48 2016
@@ -19,6 +19,7 @@
 <head>
     <meta charset="utf-8">
     <title>Qpid Management</title>
+    <link rel="icon" type="image/png" href="images/qpid-favicon.png" />
     <link rel="stylesheet" href="dojo/dojo/resources/dojo.css">
     <link rel="stylesheet" href="dojo/dijit/themes/claro/claro.css">
     <link rel="stylesheet" href="dojo/dojox/grid/resources/claroGrid.css">



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