1
0
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:
Jeremy Stretch
2016-07-29 13:03:44 -04:00
parent 38aee33df0
commit 75c3e62ca8
4 changed files with 7 additions and 42 deletions

View File

@ -159,6 +159,7 @@ class PrefixBriefTable(BaseTable):
class Meta(BaseTable.Meta):
model = Prefix
fields = ('prefix', 'status', 'site', 'role')
orderable = False
#