mirror of https://github.com/portainer/portainer
fix(host): fix a typo in job history clear notification
parent
4740375ba5
commit
695c28d4f8
|
@ -107,7 +107,7 @@ angular.module('portainer.docker')
|
||||||
return $q.when();
|
return $q.when();
|
||||||
}
|
}
|
||||||
ContainerService.prune({ label: ['io.portainer.job.endpoint'] }).then(function success() {
|
ContainerService.prune({ label: ['io.portainer.job.endpoint'] }).then(function success() {
|
||||||
Notifications.success('Success', 'Job hisotry cleared');
|
Notifications.success('Success', 'Job history cleared');
|
||||||
$state.reload();
|
$state.reload();
|
||||||
}).catch(function error(err) {
|
}).catch(function error(err) {
|
||||||
Notifications.error('Failure', err.message, 'Unable to clear job history');
|
Notifications.error('Failure', err.message, 'Unable to clear job history');
|
||||||
|
|
Loading…
Reference in New Issue