fix(image) Confirmation modal on builder output view EE-816 (#5107)
Co-authored-by: Simon Meng <simon.meng@portainer.io>pull/4731/merge
parent
3568fe9e52
commit
3018801fc0
|
@ -79,6 +79,7 @@ angular.module('portainer.docker').controller('BuildImageController', [
|
||||||
Notifications.error('An error occured during build', { msg: 'Please check build logs output' });
|
Notifications.error('An error occured during build', { msg: 'Please check build logs output' });
|
||||||
} else {
|
} else {
|
||||||
Notifications.success('Image successfully built');
|
Notifications.success('Image successfully built');
|
||||||
|
$scope.state.isEditorDirty = false;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(function error(err) {
|
.catch(function error(err) {
|
||||||
|
|
Loading…
Reference in New Issue