|
|
|
@ -114,7 +114,7 @@ function onOpenModal(type: ViewTypes, title = '') {
|
|
|
|
|
<div class="flex-auto justify-end flex flex-col gap-3 mt-3"> |
|
|
|
|
<button |
|
|
|
|
v-if="isUIAllowed('virtualViewsCreateOrEdit')" |
|
|
|
|
class="flex items-center gap-2 w-full mx-3 px-4 py-3 rounded border transform translate-x-4 hover:(translate-x-0 shadow-lg) transition duration-150 ease !text-xs" |
|
|
|
|
class="flex items-center gap-2 w-full mx-3 px-4 py-3 rounded border transform translate-x-4 hover:(translate-x-0 shadow-lg) transition duration-150 ease !text-xs nc-webhook-btn" |
|
|
|
|
@click="onWebhooks" |
|
|
|
|
> |
|
|
|
|
<mdi-hook />{{ $t('objects.webhooks') }} |
|
|
|
|