You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2017/09/06 08:35:33 UTC

qpid-broker-j git commit: QPID-7229: Upgrade dojo to 1.12.2

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master a735bd494 -> d8ff827bc


QPID-7229: Upgrade dojo to 1.12.2


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/d8ff827b
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/d8ff827b
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/d8ff827b

Branch: refs/heads/master
Commit: d8ff827bc96f731a2429c99caccaa0d06eb2cd74
Parents: a735bd4
Author: Keith Wall <kw...@apache.org>
Authored: Thu Aug 3 15:15:09 2017 +0100
Committer: Keith Wall <kw...@apache.org>
Committed: Wed Sep 6 09:34:30 2017 +0100

----------------------------------------------------------------------
 broker-plugins/management-http/pom.xml                             | 2 +-
 .../management-http/src/main/java/resources/css/common.css         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d8ff827b/broker-plugins/management-http/pom.xml
----------------------------------------------------------------------
diff --git a/broker-plugins/management-http/pom.xml b/broker-plugins/management-http/pom.xml
index ad83158..f408bb4 100644
--- a/broker-plugins/management-http/pom.xml
+++ b/broker-plugins/management-http/pom.xml
@@ -30,7 +30,7 @@
   <description>HTTP Management broker plug-in</description>
 
   <properties>
-    <dojo-version>1.10.3</dojo-version>
+    <dojo-version>1.12.2</dojo-version>
     <dstore-version>1.1.1</dstore-version>
     <dgrid-version>1.0.0</dgrid-version>
   </properties>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d8ff827b/broker-plugins/management-http/src/main/java/resources/css/common.css
----------------------------------------------------------------------
diff --git a/broker-plugins/management-http/src/main/java/resources/css/common.css b/broker-plugins/management-http/src/main/java/resources/css/common.css
index f26cd5c..7f03736 100644
--- a/broker-plugins/management-http/src/main/java/resources/css/common.css
+++ b/broker-plugins/management-http/src/main/java/resources/css/common.css
@@ -747,7 +747,7 @@ td.advancedSearchField, col.autoWidth {
 
 .claro .loading
 {
-    background-image: url("../dojo/dijit/themes/claro/images/loadingAnimation.gif");
+    background-image: url("../dojo/dijit/icons/images/loadingAnimation.gif");
 }
 .loadingBar
 {


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