You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2014/09/05 17:19:18 UTC

git commit: AMBARI-7167 spinner on security page after enabling and on step3 of security wizard 2. (ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk b6a869b07 -> cc6a1157b


AMBARI-7167 spinner on security page after enabling and on step3 of security wizard 2. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: cc6a1157bae0010cc7a1351dbfb8e33c21409a3c
Parents: b6a869b
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Fri Sep 5 18:16:17 2014 +0300
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Fri Sep 5 18:16:17 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/controllers/main/admin/security/add/step2.js | 1 +
 ambari-web/app/controllers/main/admin/security/add/step3.js | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/cc6a1157/ambari-web/app/controllers/main/admin/security/add/step2.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/admin/security/add/step2.js b/ambari-web/app/controllers/main/admin/security/add/step2.js
index cb90c63..4172299 100644
--- a/ambari-web/app/controllers/main/admin/security/add/step2.js
+++ b/ambari-web/app/controllers/main/admin/security/add/step2.js
@@ -21,6 +21,7 @@ var App = require('app');
 App.MainAdminSecurityAddStep2Controller = Em.Controller.extend({
 
   name: 'mainAdminSecurityAddStep2Controller',
+  isRecommendedLoaded: true,
   stepConfigs: [],
   installedServices: [],
   selectedService: null,

http://git-wip-us.apache.org/repos/asf/ambari/blob/cc6a1157/ambari-web/app/controllers/main/admin/security/add/step3.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/admin/security/add/step3.js b/ambari-web/app/controllers/main/admin/security/add/step3.js
index dd98591..a58f028 100644
--- a/ambari-web/app/controllers/main/admin/security/add/step3.js
+++ b/ambari-web/app/controllers/main/admin/security/add/step3.js
@@ -24,7 +24,6 @@ App.MainAdminSecurityAddStep3Controller = Em.Controller.extend({
   hostComponents: [],
   hosts: [],
   isLoaded: false,
-  isRecommendedLoaded: true,
 
   componentToUserMap: {
     'NAMENODE': 'hdfs_user',