Add missing status check call

This commit is contained in:
Joseph Schorr 2015-01-26 13:52:56 -05:00
parent 6a0158d361
commit 0cea847f27

View file

@ -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() {