소스 검색

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

Yusaku Sako 11 년 전
부모
커밋
3349f699ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ambari-web/app/views/main/host/hosts_table_menu_view.js

+ 1 - 1
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',