mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 10:53:37 +00:00
Add button but indicate it's disabled.
This commit is contained in:
@@ -234,6 +234,7 @@ return [
|
|||||||
// Webhooks
|
// Webhooks
|
||||||
'webhooks' => 'Webhooks',
|
'webhooks' => 'Webhooks',
|
||||||
'webhooks_breadcrumb' => 'Webhooks',
|
'webhooks_breadcrumb' => 'Webhooks',
|
||||||
|
'webhooks_menu_disabled' => 'disabled',
|
||||||
'no_webhook_messages' => 'There are no webhook messages',
|
'no_webhook_messages' => 'There are no webhook messages',
|
||||||
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
|
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
|
||||||
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
|
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
|
||||||
|
@@ -91,6 +91,11 @@
|
|||||||
<span>{{ 'webhooks'|_ }}</span>
|
<span>{{ 'webhooks'|_ }}</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
{% else %}
|
||||||
|
<li class="{{ activeRoutePartial('webhooks') }}">
|
||||||
|
<span class="fa fa-angle-right fa-fw"></span>
|
||||||
|
<span>{{ 'webhooks'|_ }} ({{ 'webhooks_menu_disabled'|_ }})</span>
|
||||||
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
Reference in New Issue
Block a user