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 2014/02/03 23:39:14 UTC

git commit: AMBARI-4498. Hosts filter/bulk ops/passive mode: label changes. (yusaku)

Updated Branches:
  refs/heads/trunk 8fb468378 -> 3349f699a


AMBARI-4498. Hosts filter/bulk ops/passive mode: label changes. (yusaku)


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

Branch: refs/heads/trunk
Commit: 3349f699ad714c6da3dba75c8c6c5bea1c5a556a
Parents: 8fb4683
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Mon Feb 3 14:32:04 2014 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Mon Feb 3 14:32:04 2014 -0800

----------------------------------------------------------------------
 ambari-web/app/views/main/host/hosts_table_menu_view.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/3349f699/ambari-web/app/views/main/host/hosts_table_menu_view.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/host/hosts_table_menu_view.js b/ambari-web/app/views/main/host/hosts_table_menu_view.js
index ded5625..8f30484 100644
--- a/ambari-web/app/views/main/host/hosts_table_menu_view.js
+++ b/ambari-web/app/views/main/host/hosts_table_menu_view.js
@@ -120,7 +120,7 @@ App.HostTableMenuView = Em.View.extend({
   getHostItemsTemplate: function() {
     return Em.A([
       Em.Object.create({
-        label: Em.I18n.t('hosts.host.details.stopAllComponents'),
+        label: Em.I18n.t('hosts.host.details.startAllComponents'),
         operationData: Em.Object.create({
           action: 'STARTED',
           actionToCheck: 'INSTALLED',