mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +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
|
|
@ -14,7 +14,7 @@
|
|||
<tr>
|
||||
<th>{{ i18n('endpoint_notifications.name') }}</th>
|
||||
<th>{{ i18n('endpoint_notifications.type') }}</th>
|
||||
<th>{{ i18n('used_by') }}</th>
|
||||
<th>{{ i18n('endpoint_notifications.used_by_recipients') }}</th>
|
||||
<th>{{ i18n('actions') }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -22,9 +22,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<button class="btn btn-danger" data-toggle="modal" data-target="#factory-reset-modal">
|
||||
{{ i18n('factory_reset') }}
|
||||
</button>
|
||||
{* template_utils.gen('pages/components/import-export-link.template', {href='#'}) *}
|
||||
{* template_utils.gen('pages/components/reset-config-link.template', {href='#', toggle_modal=true, modal_id="factory-reset-modal", id='btn-factory-reset'}) *}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue