You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/08/07 18:52:47 UTC

ambari git commit: AMBARI-12677. FE:Routing during Configs comparison brake Config page (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk a566bb143 -> f0713c36a


AMBARI-12677. FE:Routing during Configs comparison brake Config page (alexantonenko)


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

Branch: refs/heads/trunk
Commit: f0713c36a9ead25c7465c27f6c80e719c415d7a6
Parents: a566bb1
Author: Alex Antonenko <hi...@gmail.com>
Authored: Fri Aug 7 19:45:25 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Fri Aug 7 19:52:42 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/views/main/service/info/configs.js | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f0713c36/ambari-web/app/views/main/service/info/configs.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/service/info/configs.js b/ambari-web/app/views/main/service/info/configs.js
index 9e73164..5a5bb25 100644
--- a/ambari-web/app/views/main/service/info/configs.js
+++ b/ambari-web/app/views/main/service/info/configs.js
@@ -30,6 +30,10 @@ App.MainServiceInfoConfigsView = Em.View.extend({
     });
   },
 
+  willDestroyElement: function() {
+    this.get('controller').clearStep();
+  },
+
   /**
    * Number of components that should be restarted
    * @type {number}