|
|
|
@ -133,7 +133,7 @@ function onCreate(view: GridType | FormType | KanbanType | GalleryType) {
|
|
|
|
|
<template #title> {{ $t('objects.webhooks') }}</template> |
|
|
|
|
|
|
|
|
|
<div class="nc-sidebar-right-item hover:after:bg-gray-300"> |
|
|
|
|
<MdiHook /> |
|
|
|
|
<MdiHook @click.stop /> |
|
|
|
|
</div> |
|
|
|
|
</a-tooltip> |
|
|
|
|
|
|
|
|
@ -143,7 +143,7 @@ function onCreate(view: GridType | FormType | KanbanType | GalleryType) {
|
|
|
|
|
<template #title> Get API Snippet</template> |
|
|
|
|
|
|
|
|
|
<div class="nc-sidebar-right-item group hover:after:bg-yellow-500"> |
|
|
|
|
<MdiXml class="group-hover:(!text-white)" /> |
|
|
|
|
<MdiXml class="group-hover:(!text-white)" @click.stop /> |
|
|
|
|
</div> |
|
|
|
|
</a-tooltip> |
|
|
|
|
|
|
|
|
|