Updated Branches: refs/heads/trunk 82d26cbe0 -> 36cdefe00
AMBARI-3497. On Services page, the "chain" icons are square (should be rounded, like how it is in the Hosts page). (xiwang via yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/36cdefe0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/36cdefe0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/36cdefe0 Branch: refs/heads/trunk Commit: 36cdefe007ea50ff55ec21ffbb9e49925bc1bb48 Parents: 82d26cb Author: Yusaku Sako <[email protected]> Authored: Thu Oct 10 19:45:13 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Thu Oct 10 19:45:13 2013 -0700 ---------------------------------------------------------------------- .../app/templates/main/service/info/summary.hbs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/36cdefe0/ambari-web/app/templates/main/service/info/summary.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/service/info/summary.hbs b/ambari-web/app/templates/main/service/info/summary.hbs index 900128d..3f23b77 100644 --- a/ambari-web/app/templates/main/service/info/summary.hbs +++ b/ambari-web/app/templates/main/service/info/summary.hbs @@ -71,11 +71,11 @@ <div class="box"> <div class="box-header"> <h4>{{t services.alerts.headingOfList}}</h4> - <div class="btn-group"> - {{#if controller.isNagiosInstalled}} + {{#if controller.isNagiosInstalled}} + <div class="btn-group"> <a class="btn" target="_blank" rel="tooltip" title="Go to Nagios" {{bindAttr href="controller.nagiosUrl"}}><i class="icon-link"></i></a> - {{/if}} - </div> + </div> + {{/if}} </div> <ul id='summary-alerts-list' class="alerts"> {{#if controller.alerts.length}} @@ -103,11 +103,11 @@ <div class="box"> <div class="box-header"> <h4>{{controller.content.label}} {{t common.metrics}}</h4> - <div class="btn-group"> - {{#if controller.isGangliaInstalled}} + {{#if controller.isGangliaInstalled}} + <div class="btn-group"> <a class="btn" target="_blank" rel="tooltip" title="Go to Ganglia" {{bindAttr href="view.gangliaUrl"}}><i class="icon-link"></i></a> - {{/if}} - </div> + </div> + {{/if}} </div> <div class="">
