fix(image) Confirmation modal on builder output view EE-816 (#5107)

Co-authored-by: Simon Meng <simon.meng@portainer.io>
pull/4731/merge
cong meng 2021-05-26 17:11:32 +12:00 committed by GitHub
parent 3568fe9e52
commit 3018801fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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) {