Updated Branches:
  refs/heads/branch-1.2.5 6799553e2 -> 65b48aa35

AMBARI-2696. Confirmation pop up for Disable security should ask user to move 
directories listed in mapred.local.dirs. (jaimin)


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

Branch: refs/heads/branch-1.2.5
Commit: 65b48aa351aa2d8e7ee4012000eb13a80106ff0a
Parents: 6799553
Author: Jaimin Jetly <[email protected]>
Authored: Fri Jul 19 16:41:08 2013 -0700
Committer: Jaimin Jetly <[email protected]>
Committed: Fri Jul 19 16:41:08 2013 -0700

----------------------------------------------------------------------
 ambari-web/app/controllers/main/admin/security.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/65b48aa3/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 8ae279c..dd6bdc4 100644
--- a/ambari-web/app/controllers/main/admin/security.js
+++ b/ambari-web/app/controllers/main/admin/security.js
@@ -51,6 +51,7 @@ App.MainAdminSecurityController = Em.Controller.extend({
           App.db.setSecurityDeployStages(undefined);
           self.setDisableSecurityStatus("RUNNING");
           App.router.transitionTo('disableSecurity');
+          this.hide();
         },
         bodyClass: Ember.View.extend({
           isMapReduceInstalled: 
App.Service.find().mapProperty('serviceName').contains('MAPREDUCE'),

Reply via email to