mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
9 lines
No EOL
436 B
Text
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 %} |