From 895fcb60a6275970fe100c31c926a35180333498 Mon Sep 17 00:00:00 2001 From: Kevin Jump Date: Wed, 26 Jun 2024 11:38:31 +0100 Subject: [PATCH] use umb-icon, get property webhook icon. --- uSync.BackOffice/SyncHandlers/Handlers/WebhookHandler.cs | 2 +- .../App_Plugins/uSync/components/usync.progressview.html | 2 +- uSync.Backoffice.Assets/App_Plugins/uSync/usync.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uSync.BackOffice/SyncHandlers/Handlers/WebhookHandler.cs b/uSync.BackOffice/SyncHandlers/Handlers/WebhookHandler.cs index ce90a3f7..58980ce5 100644 --- a/uSync.BackOffice/SyncHandlers/Handlers/WebhookHandler.cs +++ b/uSync.BackOffice/SyncHandlers/Handlers/WebhookHandler.cs @@ -26,7 +26,7 @@ namespace uSync.BackOffice.SyncHandlers.Handlers; /// [SyncHandler(uSyncConstants.Handlers.WebhookHandler, "Webhooks", "Webhooks", uSyncConstants.Priorites.Webhooks, - Icon = "icon-filter-arrows", + Icon = "icon-webhook", EntityType = UdiEntityType.Webhook, IsTwoPass = false )] diff --git a/uSync.Backoffice.Assets/App_Plugins/uSync/components/usync.progressview.html b/uSync.Backoffice.Assets/App_Plugins/uSync/components/usync.progressview.html index 73618264..89ec4779 100644 --- a/uSync.Backoffice.Assets/App_Plugins/uSync/components/usync.progressview.html +++ b/uSync.Backoffice.Assets/App_Plugins/uSync/components/usync.progressview.html @@ -7,7 +7,7 @@

{{vm.status.message}}

class="text-center usync-handler-icon" ng-class="{'usync-pending' : handler.status == 0, 'usync-progress' : handler.status == 1, 'usync-complete' : handler.status == 2}" ng-click="vm.setFilter(handler.itemType)"> - +
{{handler.name}}