1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #11011: Hide virtual interfaces

This commit is contained in:
aron bergur jóhannsson
2023-02-23 19:18:26 +00:00
committed by Jeremy Stretch
parent a554164d1d
commit eed6990b39
3 changed files with 59 additions and 69 deletions

View File

@@ -7,5 +7,6 @@
<ul class="dropdown-menu">
<button type="button" class="dropdown-item toggle-enabled" data-state="show">Hide Enabled</button>
<button type="button" class="dropdown-item toggle-disabled" data-state="show">Hide Disabled</button>
<button type="button" class="dropdown-item toggle-virtual" data-state="show">Hide Virtual</button>
</ul>
{% endblock extra_table_controls %}