docker image pull toast fix (#5644)

pull/5651/head
zees-dev 2021-09-17 14:48:37 +12:00 committed by zees-dev
parent 9492e30dc2
commit a781021072
1 changed files with 1 additions and 1 deletions

View File

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