add temp factory reset for pools

This commit is contained in:
gabryon99 2020-09-16 19:22:43 +02:00
parent 3b2447b904
commit dc505c5729
11 changed files with 92 additions and 36 deletions

View file

@ -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>