Browse Source

AMBARI-6043. Security Wizard: Service config page blank on large size clusters. (jaimin)

Jaimin Jetly 11 years ago
parent
commit
712af7160e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ambari-web/app/views/main/admin/security.js

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

@@ -21,6 +21,7 @@ var App = require('app');
 App.MainAdminSecurityView = Em.View.extend({
   templateName: require('templates/main/admin/security'),
   didInsertElement: function() {
+    this.set('controller.dataIsLoaded',false);
     this.get('controller').setSecurityStatus();
   },