Updated Branches: refs/heads/trunk a9e999bf4 -> d0aa14b64
AMBARI-4596 Fix Host Actions pulldown menu alignment. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d0aa14b6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d0aa14b6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d0aa14b6 Branch: refs/heads/trunk Commit: d0aa14b64df2aed57e48acc933e2238921d78002 Parents: a9e999b Author: aBabiichuk <[email protected]> Authored: Tue Feb 11 14:11:01 2014 +0200 Committer: aBabiichuk <[email protected]> Committed: Tue Feb 11 14:11:01 2014 +0200 ---------------------------------------------------------------------- ambari-web/app/templates/main/host/details.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d0aa14b6/ambari-web/app/templates/main/host/details.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/host/details.hbs b/ambari-web/app/templates/main/host/details.hbs index 70e6596..c777df2 100644 --- a/ambari-web/app/templates/main/host/details.hbs +++ b/ambari-web/app/templates/main/host/details.hbs @@ -34,7 +34,7 @@ {{t hosts.host.details.hostActions}} <span class="caret"></span> </a> - <ul class="dropdown-menu"> + <ul class="dropdown-menu pull-right"> <!-- dropdown menu links --> {{#each option in view.maintenance}} <li {{bindAttr class="controller.isStopDisabled:disabled"}}>
