2
0
Эх сурвалжийг харах

Closes #7717 Missing tags column in IP range table

cybarox 4 жил өмнө
parent
commit
a5ec0ee277

+ 1 - 1
netbox/ipam/tables/ip.py

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