1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-20 22:09:41 +02:00

feat(container-details): update container-restart-policy component (#2273)

This commit is contained in:
Anthony Lapenna 2018-09-15 09:53:35 +08:00 committed by GitHub
parent b24891a6bc
commit 77913543b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 55 deletions

View file

@ -323,6 +323,7 @@ function ($q, $scope, $state, $transition$, $filter, Commit, ContainerHelper, Co
Name: restartPolicy,
MaximumRetryCount: maximumRetryCount
};
Notifications.success('Restart policy updated');
}
function notifyOnError(err) {