Repository: qpid-broker-j
Updated Branches:
  refs/heads/master f7d149e7d -> 89b39309b


QPID-7772: [Java Broker] Readd toggle handler resizing the grid (accidentally 
removed).


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/89b39309
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/89b39309
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/89b39309

Branch: refs/heads/master
Commit: 89b39309b4452af9b284a3f7afe1974b763ec5a9
Parents: f7d149e
Author: Keith Wall <[email protected]>
Authored: Mon Sep 18 11:21:04 2017 +0100
Committer: Keith Wall <[email protected]>
Committed: Mon Sep 18 11:21:04 2017 +0100

----------------------------------------------------------------------
 .../src/main/java/resources/js/qpid/common/StatisticsWidget.js     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/89b39309/broker-plugins/management-http/src/main/java/resources/js/qpid/common/StatisticsWidget.js
----------------------------------------------------------------------
diff --git 
a/broker-plugins/management-http/src/main/java/resources/js/qpid/common/StatisticsWidget.js
 
b/broker-plugins/management-http/src/main/java/resources/js/qpid/common/StatisticsWidget.js
index fe4eb67..3f6fc74 100644
--- 
a/broker-plugins/management-http/src/main/java/resources/js/qpid/common/StatisticsWidget.js
+++ 
b/broker-plugins/management-http/src/main/java/resources/js/qpid/common/StatisticsWidget.js
@@ -202,7 +202,7 @@ define(["dojox/lang/functional/object",
                                       
this._msgBytePairPointInTimeStatisticsGrid,
                                       this._otherPointInTimeStatisticsGrid];
 
-                    //this.statisticsPane.on("toggle", lang.hitch(this, 
this.resize));
+                    this.statisticsPane.on("toggle", lang.hitch(this, 
this.resize));
                     this.allStatsToggle.on("change", lang.hitch(this, 
this._onStatsToggleChange));
                 },
                 startup: function ()


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

Reply via email to