You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by on...@apache.org on 2015/09/29 14:39:17 UTC

ambari git commit: AMBARI-13268. Adding HiveServer2 from service page causes JS-error (onechiporenko)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 c9a06f3a1 -> 8a5b6388b


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/8a5b6388
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8a5b6388
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8a5b6388

Branch: refs/heads/branch-2.1
Commit: 8a5b6388bbd6fd5b1ca4293399505233704313b1
Parents: c9a06f3
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Tue Sep 29 15:35:09 2015 +0300
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Tue Sep 29 15:35:09 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/8a5b6388/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',
 
   /**