mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
add temp factory reset for pools
This commit is contained in:
parent
3b2447b904
commit
dc505c5729
11 changed files with 92 additions and 36 deletions
|
|
@ -0,0 +1,9 @@
|
|||
{% if toggle_modal then %}
|
||||
<button class="btn btn-danger" data-target="#{{ modal_id }}" data-toggle="modal">
|
||||
<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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue