Przeglądaj źródła

AMBARI-5246 Mistake in title of operation "Restart APP_TIMELINE_SERVER on ... (ababiichuk)

aBabiichuk 11 lat temu
rodzic
commit
a50851967e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ambari-web/app/controllers/main/host/details.js

+ 1 - 1
ambari-web/app/controllers/main/host/details.js

@@ -372,7 +372,7 @@ App.MainHostDetailsController = Em.Controller.extend({
     var self = this;
     var component = event.context;
     App.showConfirmationPopup(function(){
-      batchUtils.restartHostComponents([component], Em.I18n.t('rollingrestart.context.selectedComponentOnSelectedHost').format(component.get('componentName'), self.get('content.hostName')));
+      batchUtils.restartHostComponents([component], Em.I18n.t('rollingrestart.context.selectedComponentOnSelectedHost').format(component.get('displayName'), self.get('content.hostName')));
     });
   },
   /**