Updated Branches: refs/heads/trunk 0f6a98c7a -> dfc5509d6
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/dfc5509d Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/dfc5509d Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/dfc5509d Branch: refs/heads/trunk Commit: dfc5509d6b6ffac27ac177d3432c4f15dab02ff5 Parents: 0f6a98c Author: Jaimin Jetly <[email protected]> Authored: Fri Jul 19 16:41:08 2013 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Fri Jul 19 16:42:56 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/dfc5509d/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'),
