Add missing status check call
This commit is contained in:
parent
6a0158d361
commit
0cea847f27
1 changed files with 1 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Reference in a new issue