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}}