You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2014/01/27 16:31:01 UTC

git commit: AMBARI-4426 Service Actions menu items get cut off. (ababiichuk)

Updated Branches:
  refs/heads/trunk 12f610d09 -> b8a3d399a


AMBARI-4426 Service Actions menu items get cut off. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: b8a3d399a4acbdc5d4adb0cbfb42a7795f87b84c
Parents: 12f610d
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Mon Jan 27 17:20:30 2014 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Mon Jan 27 17:27:11 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/templates/main/service/item.hbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b8a3d399/ambari-web/app/templates/main/service/item.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/main/service/item.hbs b/ambari-web/app/templates/main/service/item.hbs
index 53d812f..eb7ac4e 100644
--- a/ambari-web/app/templates/main/service/item.hbs
+++ b/ambari-web/app/templates/main/service/item.hbs
@@ -46,7 +46,7 @@
         {{t services.service.actions.serviceActions}}
         <span class="caret"></span>
       </a>
-      <ul class="dropdown-menu">
+      <ul class="pull-right dropdown-menu">
         <!-- dropdown menu links -->
 
         <!-- Start/Stop service actions -->