From 1c8aab7ab507fc448b289f2433b44be56bbb2822 Mon Sep 17 00:00:00 2001 From: Kevin Jump Date: Wed, 9 Aug 2023 08:38:01 +0100 Subject: [PATCH] Change icon for create items in report view. --- .../App_Plugins/uSync/components/usync.reportview.component.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uSync.Backoffice.Assets/App_Plugins/uSync/components/usync.reportview.component.js b/uSync.Backoffice.Assets/App_Plugins/uSync/components/usync.reportview.component.js index dd7834f1..cefbf05c 100644 --- a/uSync.Backoffice.Assets/App_Plugins/uSync/components/usync.reportview.component.js +++ b/uSync.Backoffice.Assets/App_Plugins/uSync/components/usync.reportview.component.js @@ -96,6 +96,8 @@ return 'icon-check color-green'; case 'Information': return 'icon-info color-blue'; + case 'Create': + return 'icon-light-up color-green'; default: return 'icon-flag color-red'; }