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

@@ -588,6 +588,7 @@ class DeviceInterfaceTable(InterfaceTable):
'class': get_interface_row_class,
'data-name': lambda record: record.name,
'data-enabled': get_interface_state_attribute,
'data-type': lambda record: record.type,
}