From 928ae5843075529d05e14d5e7b8a59f3aa505439 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Tue, 14 Jun 2016 16:06:26 -0700 Subject: [PATCH] Changing failed notification toaster icon to fa-exclamation-triangle --- .../notification-templates-list/list.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/notifications/notification-templates-list/list.controller.js b/awx/ui/client/src/notifications/notification-templates-list/list.controller.js index c62050cdb4..6c655554fb 100644 --- a/awx/ui/client/src/notifications/notification-templates-list/list.controller.js +++ b/awx/ui/client/src/notifications/notification-templates-list/list.controller.js @@ -170,7 +170,7 @@ export default } else if(res && res.data && res.data.status && res.data.status === "failed"){ ngToast.danger({ - content: ` ${name}: Notification failed.` + content: ` ${name}: Notification failed.` }); } else {