Explorar o código

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 %!s(int64=11) %!d(string=hai) anos
pai
achega
65249796f4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
       // We need to do recovery based on whether we are in Add Host or Installer wizard
       addServiceController.saveClusterState('DEFAULT');
+      location.reload();
     }
   }),