mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
Changing failed notification toaster icon
to fa-exclamation-triangle
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