|
|
|
@ -32,12 +32,13 @@ async function editHook(hook: Record<string, any>) {
|
|
|
|
|
class="nc-drawer-webhook" |
|
|
|
|
@keydown.esc="vModel = false" |
|
|
|
|
> |
|
|
|
|
<a-layout class=""> |
|
|
|
|
<a-layout> |
|
|
|
|
<a-layout-content class="px-10 py-5 scrollbar-thin-primary"> |
|
|
|
|
<WebhookEditor v-if="editOrAdd" ref="webhookEditorRef" @back-to-list="editOrAdd = false" /> |
|
|
|
|
<WebhookList v-else @edit="editHook" @add="editOrAdd = true" /> |
|
|
|
|
</a-layout-content> |
|
|
|
|
<a-layout-footer class="!bg-white flex"> |
|
|
|
|
|
|
|
|
|
<a-layout-footer class="!bg-white border-t flex"> |
|
|
|
|
<a-button v-e="['e:hiring']" class="mx-auto mb-4" href="https://angel.co/company/nocodb" target="_blank" size="large"> |
|
|
|
|
🚀 {{ $t('labels.weAreHiring') }}! 🚀 |
|
|
|
|
</a-button> |
|
|
|
|