mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 16:29:44 +02:00
fix(image) Confirmation modal on builder output view EE-816 (#5107)
Co-authored-by: Simon Meng <simon.meng@portainer.io>
This commit is contained in:
parent
3568fe9e52
commit
3018801fc0
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue