瀏覽代碼

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

aBabiichuk 11 年之前
父節點
當前提交
d70f52b0ed

+ 1 - 0
ambari-web/app/controllers/main/admin/security.js

@@ -22,6 +22,7 @@ App.MainAdminSecurityController = Em.Controller.extend({
   isSubmitDisabled: false,
   isSubmitDisabled: false,
   securityEnabled: false,
   securityEnabled: false,
   dataIsLoaded: false,
   dataIsLoaded: false,
+  isRecommendedLoaded: true,
   serviceUsers: [],
   serviceUsers: [],
   tag: {},
   tag: {},
   getAddSecurityWizardStatus: function () {
   getAddSecurityWizardStatus: function () {

+ 1 - 0
ambari-web/app/controllers/main/admin/security/add/step3.js

@@ -24,6 +24,7 @@ App.MainAdminSecurityAddStep3Controller = Em.Controller.extend({
   hostComponents: [],
   hostComponents: [],
   hosts: [],
   hosts: [],
   isLoaded: false,
   isLoaded: false,
+  isRecommendedLoaded: true,
 
 
   componentToUserMap: {
   componentToUserMap: {
     'NAMENODE': 'hdfs_user',
     'NAMENODE': 'hdfs_user',