Merge pull request #8084 from JoSchrader/develop

Hide duplicated webhook create button
This commit is contained in:
James Cole 2023-10-22 16:12:40 +02:00 committed by GitHub
commit c7778ce8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@
</tbody>
</table>
<div style="padding:8px;">
<div v-if="webhooks.length > 0" style="padding:8px;">
<a href="webhooks/create" class="btn btn-success"><span class="fa fa-plus fa-fw"></span>{{ $t('firefly.create_new_webhook') }}</a>
</div>
</div>