mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 08:25:17 -06:00
Apply fix to VLAN ranges as well
This commit is contained in:
parent
70e18021d1
commit
eb89d2b2b8
@ -952,7 +952,9 @@ class VLANGroupVLANsView(generic.ObjectChildrenView):
|
|||||||
)
|
)
|
||||||
|
|
||||||
def prep_table_data(self, request, queryset, parent):
|
def prep_table_data(self, request, queryset, parent):
|
||||||
return add_available_vlans(parent.get_child_vlans(), parent)
|
if not get_table_ordering(request, self.table):
|
||||||
|
return add_available_vlans(parent.get_child_vlans(), parent)
|
||||||
|
return queryset
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user