Repository: ambari Updated Branches: refs/heads/branch-1.6.1 a036692dd -> 8ab250483
AMBARI-6278. Spinner permanently displayed in Host Metrics block of Host Details page if Ganglia is not installed. Additional patvh. (Max Shepel via akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8ab25048 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8ab25048 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8ab25048 Branch: refs/heads/branch-1.6.1 Commit: 8ab250483c3582bbcc17063a909a8eb606c08504 Parents: a036692 Author: Aleksandr Kovalenko <[email protected]> Authored: Fri Jul 4 00:52:18 2014 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Fri Jul 4 00:52:18 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/templates/main/host/summary.hbs | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8ab25048/ambari-web/app/templates/main/host/summary.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/host/summary.hbs b/ambari-web/app/templates/main/host/summary.hbs index e25a6f2..df2a02f 100644 --- a/ambari-web/app/templates/main/host/summary.hbs +++ b/ambari-web/app/templates/main/host/summary.hbs @@ -139,14 +139,6 @@ {{/if}} </div> {{/if}} - <div class="btn-group"> - {{#if App.router.clusterController.isGangliaUrlLoaded}} - <a class="btn" rel="tooltip" title="Go to Ganglia" {{action "showGangliaCharts" target="view"}}><i class="icon-link"></i></a> - {{else}} - <div class="spinner"></div> - {{/if}} - </div> - {{/if}} </div> <div> {{view App.MainHostMetricsView contentBinding="view.content"}}
