AMBARI-13268. Adding HiveServer2 from service page causes JS-error (onechiporenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7db1f10c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7db1f10c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7db1f10c Branch: refs/heads/branch-dev-patch-upgrade Commit: 7db1f10c731c67db79214f975ce519d70658a50e Parents: 9f5d297 Author: Oleg Nechiporenko <[email protected]> Authored: Tue Sep 29 15:35:09 2015 +0300 Committer: Oleg Nechiporenko <[email protected]> Committed: Tue Sep 29 15:42:52 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/controllers/main/service/item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7db1f10c/ambari-web/app/controllers/main/service/item.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/service/item.js b/ambari-web/app/controllers/main/service/item.js index ae1a327..89f44ac 100644 --- a/ambari-web/app/controllers/main/service/item.js +++ b/ambari-web/app/controllers/main/service/item.js @@ -19,7 +19,7 @@ var App = require('app'); var batchUtils = require('utils/batch_scheduled_requests'); -App.MainServiceItemController = Em.Controller.extend(App.SupportClientConfigsDownload, { +App.MainServiceItemController = Em.Controller.extend(App.SupportClientConfigsDownload, App.InstallComponent, { name: 'mainServiceItemController', /**
