You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:51:53 UTC

[09/50] [abbrv] brooklyn-ui git commit: fix sensors view so toggle-empty works with new set of columns

fix sensors view so toggle-empty works with new set of columns


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/4b805d78
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/4b805d78
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/4b805d78

Branch: refs/heads/0.6.0
Commit: 4b805d78a14020d2d7ece29425137d8a7585f466
Parents: 64058fd
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Sep 11 16:15:09 2013 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Sep 11 16:15:09 2013 +0100

----------------------------------------------------------------------
 usage/jsgui/src/main/webapp/assets/js/view/entity-sensors.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/4b805d78/usage/jsgui/src/main/webapp/assets/js/view/entity-sensors.js
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/main/webapp/assets/js/view/entity-sensors.js b/usage/jsgui/src/main/webapp/assets/js/view/entity-sensors.js
index b820f2d..2fee8e0 100644
--- a/usage/jsgui/src/main/webapp/assets/js/view/entity-sensors.js
+++ b/usage/jsgui/src/main/webapp/assets/js/view/entity-sensors.js
@@ -91,7 +91,7 @@ define([
         },
 
         toggleFilterEmpty: function() {
-            ViewUtils.toggleFilterEmpty(this.$('#sensors-table'), 3);
+            ViewUtils.toggleFilterEmpty(this.$('#sensors-table'), 2);
             return this;
         },