mirror of
https://github.com/deunix-educ/Fail2banMqttActionBanishment.git
synced 2026-08-24 11:21:58 +02:00
6 lines
331 B
HTML
6 lines
331 B
HTML
{% load i18n %}
|
|
{% if master_dashboard_url %}
|
|
<a class="vc-nav-link" href="{{ master_dashboard_url }}/" target="_blank" rel="noopener">↗ Master — {% trans "Direct" %}</a>
|
|
<a class="vc-nav-link" href="{{ master_dashboard_url }}/historique/" target="_blank" rel="noopener">↗ Master — {% trans "Historique" %}</a>
|
|
{% endif %}
|