You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2013/12/10 11:29:54 UTC

git commit: AMBARI-4028 Dashboard quick links polls desired_configs every 6s. (atkach)

Updated Branches:
  refs/heads/trunk 6e9126297 -> f1a904841


AMBARI-4028 Dashboard quick links polls desired_configs every 6s. (atkach)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f1a90484
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f1a90484
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f1a90484

Branch: refs/heads/trunk
Commit: f1a9048414c10f511fb2bdf5874fe7a7c7d6b88d
Parents: 6e91262
Author: atkach <at...@hortonworks.com>
Authored: Tue Dec 10 12:29:53 2013 +0200
Committer: atkach <at...@hortonworks.com>
Committed: Tue Dec 10 12:29:53 2013 +0200

----------------------------------------------------------------------
 ambari-web/app/views/common/quick_view_link_view.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f1a90484/ambari-web/app/views/common/quick_view_link_view.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/common/quick_view_link_view.js b/ambari-web/app/views/common/quick_view_link_view.js
index 7190cda..6a72a4c 100644
--- a/ambari-web/app/views/common/quick_view_link_view.js
+++ b/ambari-web/app/views/common/quick_view_link_view.js
@@ -156,7 +156,7 @@ App.QuickViewLinks = Em.View.extend({
     });
     }
     this.set('quickLinks',quickLinks);
-  }.observes('content.quickLinks.@each.label'),
+  }.observes('App.currentStackVersionNumber', 'App.router.mainAdminSecurityController.securityEnabled'),
 
   setProtocol: function(service_id){
     var properties  = this.ambariProperties();