Browse Source

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

Alex Antonenko 11 years ago
parent
commit
65249796f4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ambari-web/app/routes/add_service_routes.js

+ 1 - 0
ambari-web/app/routes/add_service_routes.js

@@ -323,6 +323,7 @@ module.exports = App.WizardRoute.extend({
       addServiceController.finish();
       addServiceController.finish();
       // We need to do recovery based on whether we are in Add Host or Installer wizard
       // We need to do recovery based on whether we are in Add Host or Installer wizard
       addServiceController.saveClusterState('DEFAULT');
       addServiceController.saveClusterState('DEFAULT');
+      location.reload();
     }
     }
   }),
   }),