Skip to content

Commit

Permalink
use umb-icon, get property webhook icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Jun 26, 2024
1 parent 9fb8d69 commit 895fcb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion uSync.BackOffice/SyncHandlers/Handlers/WebhookHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace uSync.BackOffice.SyncHandlers.Handlers;
/// </summary>
[SyncHandler(uSyncConstants.Handlers.WebhookHandler, "Webhooks", "Webhooks",
uSyncConstants.Priorites.Webhooks,
Icon = "icon-filter-arrows",
Icon = "icon-webhook",
EntityType = UdiEntityType.Webhook,
IsTwoPass = false
)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h3 class="usync-action-message">{{vm.status.message}}</h3>
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)">
<i class="icon {{handler.icon}}"></i>
<umb-icon icon="{{handler.icon}}"></umb-icon>
<div class="usync-handler-name">{{handler.name}}</div>
<div ng-if="!vm.hideLabels">
<div class="handler-badge badge type-complete"
Expand Down
2 changes: 1 addition & 1 deletion uSync.Backoffice.Assets/App_Plugins/uSync/usync.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ ul.usync-action-list {
position: relative;
}

.usync-handler-icon i {
.usync-handler-icon i, .usync-handler-icon .umb-icon {
font-size: 40px;
}

Expand Down

0 comments on commit 895fcb6

Please sign in to comment.