From 0cea847f2754d78d6219ef625e03d6a337fcefb0 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 26 Jan 2015 13:52:56 -0500 Subject: [PATCH] Add missing status check call --- static/js/controllers/setup.js | 1 + 1 file changed, 1 insertion(+) 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() {