ntopng/httpdocs/templates/pages/components/reset-config-link.template

9 lines
No EOL
436 B
Text

{% if toggle_modal then %}
<button class="btn btn-danger" data-bs-target="#{{ modal_id }}" data-bs-toggle="modal" {* ( hidden and [[style="display: none"]] or '')*}>
<i class='fas fa-undo-alt'></i> {{ i18n('config_scripts.config_reset') }}
</a>
{% else %}
<a class="btn btn-danger" href="{{ href }}" {{ (id and "id='"..id.."'" or '') }}>
<i class='fas fa-undo-alt'></i> {{ i18n('config_scripts.config_reset') }}
</a>
{% end %}