mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
added disable all button (#3917)
This commit is contained in:
parent
7320c8266c
commit
d0f1502e69
4 changed files with 29 additions and 2 deletions
|
|
@ -44,6 +44,10 @@
|
|||
<tbody></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<button disabled class="btn btn-danger" id="btn-disable-all">
|
||||
<i class='fas fa-toggle-off'></i> {{ i18n("user_scripts.disable_all") }}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue