You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2014/09/07 11:45:01 UTC

[08/38] git commit: AMBARI-7167 spinner on security page after enabling and on step3 of security wizard.. (ababiichuk)

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


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

Branch: refs/heads/branch-alerts-dev
Commit: d70f52b0edc7eda678823e30b634f1efd3992fbc
Parents: 8477d45
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Fri Sep 5 14:08:20 2014 +0300
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Fri Sep 5 14:10:08 2014 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/d70f52b0/ambari-web/app/controllers/main/admin/security.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/admin/security.js b/ambari-web/app/controllers/main/admin/security.js
index 3e566d9..cdc17f1 100644
--- a/ambari-web/app/controllers/main/admin/security.js
+++ b/ambari-web/app/controllers/main/admin/security.js
@@ -22,6 +22,7 @@ App.MainAdminSecurityController = Em.Controller.extend({
   isSubmitDisabled: false,
   securityEnabled: false,
   dataIsLoaded: false,
+  isRecommendedLoaded: true,
   serviceUsers: [],
   tag: {},
   getAddSecurityWizardStatus: function () {

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