Repository: ambari
Updated Branches:
  refs/heads/trunk 5bf62189b -> a50851967


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


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

Branch: refs/heads/trunk
Commit: a50851967e95a7274f0364ccefde5cbca816235c
Parents: 5bf6218
Author: aBabiichuk <ababiic...@cybervisiontech.com>
Authored: Thu Mar 27 18:08:23 2014 +0200
Committer: aBabiichuk <ababiic...@cybervisiontech.com>
Committed: Thu Mar 27 18:11:20 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/a5085196/ambari-web/app/controllers/main/host/details.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/host/details.js 
b/ambari-web/app/controllers/main/host/details.js
index 9ac2690..df06c0f 100644
--- a/ambari-web/app/controllers/main/host/details.js
+++ b/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')));
     });
   },
   /**

Reply via email to