fix(container-details): fix an issue with the leave network action

pull/340/head
Glowbal 2016-11-10 03:25:31 +01:00 committed by Anthony Lapenna
parent 8e9dd8c2df
commit c1ffd02491
1 changed files with 1 additions and 1 deletions

View File

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