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

Changelog & cleanup for #7668, #7717

This commit is contained in:
jeremystretch
2021-11-02 15:58:14 -04:00
parent 288a1d23e5
commit 3a192223a3
3 changed files with 13 additions and 11 deletions

View File

@@ -269,7 +269,7 @@ class IPRangeTable(BaseTable):
model = IPRange
fields = (
'pk', 'start_address', 'end_address', 'size', 'vrf', 'status', 'role', 'tenant', 'description',
'utilization','tags',
'utilization', 'tags',
)
default_columns = (
'pk', 'start_address', 'end_address', 'size', 'vrf', 'status', 'role', 'tenant', 'description',