Updated Branches: refs/heads/trunk dbb625eb3 -> 25d44e52e
AMBARI-4563. Minor style tweaks on Host Details page. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/25d44e52 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/25d44e52 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/25d44e52 Branch: refs/heads/trunk Commit: 25d44e52e4cc199a405f9cd9aecfe57564d4c0a9 Parents: f221f7f Author: Yusaku Sako <[email protected]> Authored: Fri Feb 7 14:32:49 2014 -0800 Committer: Yusaku Sako <[email protected]> Committed: Fri Feb 7 14:33:04 2014 -0800 ---------------------------------------------------------------------- ambari-web/app/templates/main/host/summary.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/25d44e52/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 de4fd8b..dfe6798 100644 --- a/ambari-web/app/templates/main/host/summary.hbs +++ b/ambari-web/app/templates/main/host/summary.hbs @@ -28,7 +28,7 @@ <div class="pull-right span5 row-fluid" style="padding:0 10px;"> {{#if App.isAdmin}} <div class="btn-group pull-right"> - <button id="add_component" data-toggle="dropdown" {{bindAttr class="view.addComponentDisabled:disabled :btn :btn-info :dropdown-toggle"}}> + <button id="add_component" data-toggle="dropdown" {{bindAttr class="view.addComponentDisabled:disabled :btn :dropdown-toggle"}}> <span class="icon-plus"></span> {{t add}} </button> <ul class="dropdown-menu"> @@ -77,7 +77,7 @@ <div class="span5 row"> {{#if App.isAdmin}} <div class="btn-group pull-right"> - <button id="add_component" data-toggle="dropdown" {{bindAttr class=":btn :btn-info :dropdown-toggle"}}> + <button id="add_component" data-toggle="dropdown" {{bindAttr class=":btn :dropdown-toggle"}}> {{t common.installed}} <span class="caret pull-right"></span> </button>
