Skip to content

Commit 831065b

Browse files
authored
#7717 Missing tags column definition in IP range table (#7724)
1 parent 61b61b1 commit 831065b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

netbox/ipam/tables/ip.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ class IPRangeTable(BaseTable):
264264
accessor='utilization',
265265
orderable=False
266266
)
267+
tags = TagColumn(
268+
url_name='ipam:iprange_list'
269+
)
267270

268271
class Meta(BaseTable.Meta):
269272
model = IPRange

0 commit comments

Comments
 (0)