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/18 10:21:17 UTC

qpid-broker-j git commit: QPID-7772: [Java Broker] Readd toggle handler resizing the grid (accidentally removed).

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 <kw...@apache.org>
Authored: Mon Sep 18 11:21:04 2017 +0100
Committer: Keith Wall <kw...@apache.org>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org