mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
feat(image): define a new response handler for image deletion
This commit is contained in:
parent
4125361fb5
commit
789750cc86
4 changed files with 34 additions and 19 deletions
|
@ -54,7 +54,6 @@ function ($scope, $state, Network, Config, Messages, errorMsgFilter) {
|
|||
}
|
||||
complete();
|
||||
}, function (e) {
|
||||
console.log(JSON.stringify(e, null, 4));
|
||||
if (e.data.message) {
|
||||
Messages.error("Failure", e.data.message);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue