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 2014/02/17 18:32:29 UTC

git commit: AMBARI-4706. Falcon Server does not exist in master-component list on trying to set filter on "Hosts" page. (Mikhail Bayuk via alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk a593a644c -> 65249796f


AMBARI-4706. Falcon Server does not exist in master-component list on trying to set filter on "Hosts" page. (Mikhail Bayuk via alexantonenko)


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

Branch: refs/heads/trunk
Commit: 65249796f42e45216ce5463b4d7bb0024a7a5bcd
Parents: a593a64
Author: Alex Antonenko <hi...@gmail.com>
Authored: Mon Feb 17 19:30:04 2014 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Mon Feb 17 19:30:04 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/routes/add_service_routes.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/65249796/ambari-web/app/routes/add_service_routes.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/routes/add_service_routes.js b/ambari-web/app/routes/add_service_routes.js
index ca5e8c4..5b38e3b 100644
--- a/ambari-web/app/routes/add_service_routes.js
+++ b/ambari-web/app/routes/add_service_routes.js
@@ -323,6 +323,7 @@ module.exports = App.WizardRoute.extend({
       addServiceController.finish();
       // We need to do recovery based on whether we are in Add Host or Installer wizard
       addServiceController.saveClusterState('DEFAULT');
+      location.reload();
     }
   }),