1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

fix(host): fix a typo in job history clear notification

This commit is contained in:
Anthony Lapenna 2018-11-07 16:06:27 +13:00
parent 4740375ba5
commit 695c28d4f8

View file

@ -107,7 +107,7 @@ angular.module('portainer.docker')
return $q.when();
}
ContainerService.prune({ label: ['io.portainer.job.endpoint'] }).then(function success() {
Notifications.success('Success', 'Job hisotry cleared');
Notifications.success('Success', 'Job history cleared');
$state.reload();
}).catch(function error(err) {
Notifications.error('Failure', err.message, 'Unable to clear job history');