mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 21:07:39 -02:30
Merge pull request #2412 from jaredevantabor/notifications
Changing failed notification toaster icon
This commit is contained in:
@@ -170,7 +170,7 @@ export default
|
|||||||
}
|
}
|
||||||
else if(res && res.data && res.data.status && res.data.status === "failed"){
|
else if(res && res.data && res.data.status && res.data.status === "failed"){
|
||||||
ngToast.danger({
|
ngToast.danger({
|
||||||
content: `<i class="fa fa-check-circle Toast-successIcon"></i> <b>${name}:</b> Notification failed.`
|
content: `<i class="fa fa-exclamation-triangle Toast-successIcon"></i> <b>${name}:</b> Notification failed.`
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user