mirror of https://github.com/portainer/portainer
docker image pull toast fix (#5644)
parent
9492e30dc2
commit
a781021072
|
@ -104,7 +104,7 @@ angular.module('portainer.docker').controller('ImageController', [
|
|||
try {
|
||||
const registryModel = await RegistryService.retrievePorRegistryModelFromRepository(repository, endpoint.Id);
|
||||
await ImageService.pullImage(registryModel);
|
||||
Notifications.success('Image successfully pushed', repository);
|
||||
Notifications.success('Image successfully pulled', repository);
|
||||
} catch (err) {
|
||||
Notifications.error('Failure', err, 'Unable to push image to repository');
|
||||
} finally {
|
||||
|
|
Loading…
Reference in New Issue