You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/10/04 19:42:19 UTC

git commit: AMBARI-3457. When multiple MR2 Clients are installed, the label is a bit off. (yusaku)

Updated Branches:
  refs/heads/trunk 446f86b21 -> 230a06e99


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/230a06e9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/230a06e9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/230a06e9

Branch: refs/heads/trunk
Commit: 230a06e992a5137490b5998b58ddd851f083e11c
Parents: 446f86b
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Fri Oct 4 10:26:51 2013 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Fri Oct 4 10:26:51 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/230a06e9/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>