Add correct form layout to webhooks

This commit is contained in:
rijkvanzanten
2020-09-10 15:14:04 -04:00
parent 76dea282ad
commit 3e72d09f45
6 changed files with 88 additions and 5 deletions

View File

@@ -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>