Closes #7717 Missing tags column in IP range table
@@ -269,7 +269,7 @@ class IPRangeTable(BaseTable):
model = IPRange
fields = (
'pk', 'start_address', 'end_address', 'size', 'vrf', 'status', 'role', 'tenant', 'description',
- 'utilization',
+ 'utilization','tags',
)
default_columns = (