1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Changing failed notification toaster icon

to fa-exclamation-triangle
This commit is contained in:
Jared Tabor 2016-06-14 16:06:26 -07:00
parent ab6c5f7b8d
commit 928ae58430

View File

@ -170,7 +170,7 @@ export default
}
else if(res && res.data && res.data.status && res.data.status === "failed"){
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 {