mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 11:08:18 -06:00
#7717 Missing tags column definition in IP range table
This commit is contained in:
parent
a5ec0ee277
commit
1fc96e7d16
@ -264,6 +264,9 @@ class IPRangeTable(BaseTable):
|
|||||||
accessor='utilization',
|
accessor='utilization',
|
||||||
orderable=False
|
orderable=False
|
||||||
)
|
)
|
||||||
|
tags = TagColumn(
|
||||||
|
url_name='ipam:iprange_list'
|
||||||
|
)
|
||||||
|
|
||||||
class Meta(BaseTable.Meta):
|
class Meta(BaseTable.Meta):
|
||||||
model = IPRange
|
model = IPRange
|
||||||
|
Loading…
Reference in New Issue
Block a user