mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
docker image pull toast fix (#5644)
This commit is contained in:
parent
9492e30dc2
commit
a781021072
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue