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

Co-authored-by: Simon Meng <simon.meng@portainer.io>
pull/5144/head
cong meng 4 years ago committed by GitHub
parent d7fcfee2a2
commit ee403ca32a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save