mirror of
https://github.com/directus/directus.git
synced 2026-02-14 05:34:56 -05:00
Add correct form layout to webhooks
This commit is contained in:
@@ -75,11 +75,11 @@
|
||||
</template>
|
||||
|
||||
<template #no-items>
|
||||
<v-info :title="$tc('webhooks_count', 0)" icon="people_alt" center>
|
||||
<v-info :title="$tc('webhooks_count', 0)" icon="anchor" center>
|
||||
{{ $t('no_webhooks_copy') }}
|
||||
|
||||
<template #append>
|
||||
<v-button :to="{ path: '/settings/webhooks/+', query: queryFilters }">{{ $t('create_webhook') }}</v-button>
|
||||
<v-button :to="{ path: '/settings/webhooks/+' }">{{ $t('create_webhook') }}</v-button>
|
||||
</template>
|
||||
</v-info>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user