diff --git a/app/components/container/containerController.js b/app/components/container/containerController.js index 1c4f78cb9..87d996f44 100644 --- a/app/components/container/containerController.js +++ b/app/components/container/containerController.js @@ -162,7 +162,7 @@ function ($scope, $state, $stateParams, $filter, Container, ContainerCommit, Ima } else { $('#loadingViewSpinner').hide(); Messages.send("Container left network", $stateParams.id); - $state.go('network', {id: network.Id}, {reload: true}); + $state.go('container', {id: $stateParams.id}, {reload: true}); } }, function (e) { $('#loadingViewSpinner').hide();