mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Changed VRF and VLAN views to use PrefixBriefTable
This commit is contained in:
@ -159,6 +159,7 @@ class PrefixBriefTable(BaseTable):
|
||||
class Meta(BaseTable.Meta):
|
||||
model = Prefix
|
||||
fields = ('prefix', 'status', 'site', 'role')
|
||||
orderable = False
|
||||
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user