Repository: ambari Updated Branches: refs/heads/trunk 397b66f8e -> 5cd0d3b1a
AMBARI-13234. Add missing label in rollback wizard when moving HS2/metastore failed. (Thomas Friedrich via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5cd0d3b1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5cd0d3b1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5cd0d3b1 Branch: refs/heads/trunk Commit: 5cd0d3b1a469ce6c329a21c7a61d453f3d395656 Parents: 397b66f Author: Yusaku Sako <[email protected]> Authored: Thu Oct 29 11:31:16 2015 -0700 Committer: Yusaku Sako <[email protected]> Committed: Thu Oct 29 11:31:38 2015 -0700 ---------------------------------------------------------------------- ambari-web/app/messages.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/5cd0d3b1/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 3c23252..c97e6be 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -1931,6 +1931,7 @@ Em.I18n.translations = { 'services.reassign.step4.tasks.configureMySqlServer.title':'Configure MYSQL Server', 'services.reassign.step4.tasks.startMySqlServer.title':'Start MYSQL Server', 'services.reassign.step4.tasks.restartMySqlServer.title':'Restart MYSQL Server', + 'services.reassign.step4.tasks.startServices.title':'Start Services', 'services.reassign.step4.tasks.testDBConnection.title':'Test DB Connection', 'services.reassign.step4.tasks.testDBConnection.tooltip':'Database Host: {0}\n' + 'Database Type: {1}\n' +
