Updated Branches:
  refs/heads/branch-1.4.1 2bcd13e4b -> 9d866c3c4

AMBARI-3457. When multiple MR2 Clients are installed, the label is a bit off. 
(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/9d866c3c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/9d866c3c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/9d866c3c

Branch: refs/heads/branch-1.4.1
Commit: 9d866c3c453435c4c458f86478116fb1c640a9c1
Parents: 2bcd13e
Author: Yusaku Sako <[email protected]>
Authored: Fri Oct 4 10:26:51 2013 -0700
Committer: Yusaku Sako <[email protected]>
Committed: Fri Oct 4 10:42:31 2013 -0700

----------------------------------------------------------------------
 ambari-web/app/templates/main/service/info/summary/mapreduce2.hbs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/9d866c3c/ambari-web/app/templates/main/service/info/summary/mapreduce2.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/main/service/info/summary/mapreduce2.hbs 
b/ambari-web/app/templates/main/service/info/summary/mapreduce2.hbs
index 49b30a2..89264e6 100644
--- a/ambari-web/app/templates/main/service/info/summary/mapreduce2.hbs
+++ b/ambari-web/app/templates/main/service/info/summary/mapreduce2.hbs
@@ -20,8 +20,7 @@
 <tr>
   <td class="summary-label">{{t 
services.service.summary.mapreduce2.clients}}</td>
   <td>
-    <span class="green-live">{{view.clients.length}} </span>{{t 
services.service.summary.mapreduce2.client}}
-    {{#if view.hasManyClients}}s{{/if}} {{t common.installed}}
+    <span class="green-live">{{view.clients.length}} </span>{{t 
services.service.summary.mapreduce2.client}}{{#if view.hasManyClients}}s{{/if}} 
{{t common.installed}}
     <div class="summary-view-host">
       <a {{action filterHosts view.clientObj}} href="javascript:void(null)" 
>{{view.clientsHostText}}</a>
     </div>

Reply via email to