diff --git a/static/js/controllers/setup.js b/static/js/controllers/setup.js index 16a136629..4fe025f0e 100644 --- a/static/js/controllers/setup.js +++ b/static/js/controllers/setup.js @@ -105,6 +105,7 @@ function SetupCtrl($scope, $timeout, ApiService, Features, UserService, Containe $scope.restartContainer = function(state) { $scope.currentStep = state; ContainerService.restartContainer(); + $scope.checkStatus(); }; $scope.showSuperuserPanel = function() {