mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-16 18:25:00 -06:00
Hide duplicated webhook create button
When there are no webhooks yet the button below the table will be hidden
This commit is contained in:
parent
691682bc0c
commit
5eaf1f4438
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user