Explorar o código

#7717 Missing tags column definition in IP range table (#7724)

Steven %!s(int64=4) %!d(string=hai) anos
pai
achega
831065b5a1
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      netbox/ipam/tables/ip.py

+ 3 - 0
netbox/ipam/tables/ip.py

@@ -264,6 +264,9 @@ class IPRangeTable(BaseTable):
         accessor='utilization',
         orderable=False
     )
+    tags = TagColumn(
+        url_name='ipam:iprange_list'
+    )
 
     class Meta(BaseTable.Meta):
         model = IPRange