mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes configuration buttons not working
This commit is contained in:
parent
4b5f05ed68
commit
834e7fbd57
3 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<div class="card-footer">
|
||||
<form class="interface_data_form form-inline" id='form_delete_inactive_interfaces' method="POST">
|
||||
{% local delete_inactive_class = (num_inactive_interfaces == 0 and 'disabled' or '') %}
|
||||
<a class="btn btn-danger {{delete_inactive_class}}" id='delete-system-inactive' data-toggle='modal' href='#delete_inactive_interfaces_data_system'>
|
||||
<a class="btn btn-danger {{delete_inactive_class}}" id='delete-system-inactive' data-bs-toggle='modal' href='#delete_inactive_interfaces_data_system'>
|
||||
<i class='fas fa-trash'></i> {{ i18n("manage_data.delete_inactive_interfaces") }}
|
||||
</a>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue