Repository: ambari Updated Branches: refs/heads/branch-2.1 a982cd839 -> 14a0ee30d
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/14a0ee30 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/14a0ee30 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/14a0ee30 Branch: refs/heads/branch-2.1 Commit: 14a0ee30da855c8a92fb73d8628a140d95032eb3 Parents: a982cd8 Author: Yusaku Sako <[email protected]> Authored: Thu Oct 29 11:31:16 2015 -0700 Committer: Yusaku Sako <[email protected]> Committed: Thu Oct 29 11:34:04 2015 -0700 ---------------------------------------------------------------------- ambari-web/app/messages.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/14a0ee30/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 0ce69ad..02c8d30 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -1961,6 +1961,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' +
