Updated Branches:
  refs/heads/trunk 0d4472917 -> e8223b378

AMBARI-3271. Incorrect displaying of "Clients" list on host details page. 
(Andrii Babiichuk 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/e8223b37
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/e8223b37
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/e8223b37

Branch: refs/heads/trunk
Commit: e8223b378af00eabe92a42ee05ed7003ded5f29f
Parents: 0d44729
Author: Yusaku Sako <[email protected]>
Authored: Wed Sep 18 12:38:27 2013 -0700
Committer: Yusaku Sako <[email protected]>
Committed: Wed Sep 18 12:38:27 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/e8223b37/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 d35f511..db8ba18 100644
--- a/ambari-web/app/templates/main/host/summary.hbs
+++ b/ambari-web/app/templates/main/host/summary.hbs
@@ -113,7 +113,7 @@
           <div class="clients row-fluid">
             <div class="span7 row">
               {{#if view.clients.length}}
-                <div class="span2">{{t common.clients}}&nbsp;/&nbsp;</div>
+                <div class="span3 align-right">{{t 
common.clients}}&nbsp;/</div>
                   <div class="span8">
                     {{#each component in view.clients}}
                       {{#if component.isLast}}

Reply via email to