Arthur 3 лет назад
Родитель
Сommit
4d97043e26
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      netbox/dcim/tables/devices.py

+ 1 - 1
netbox/dcim/tables/devices.py

@@ -203,7 +203,7 @@ class DeviceTable(TenancyColumnsMixin, NetBoxTable):
         model = Device
         model = Device
         fields = (
         fields = (
             'pk', 'id', 'name', 'status', 'tenant', 'tenant_group', 'device_role', 'manufacturer', 'device_type',
             'pk', 'id', 'name', 'status', 'tenant', 'tenant_group', 'device_role', 'manufacturer', 'device_type',
-            'platform', 'serial', 'asset_tag', 'site', 'location', 'rack', 'position', 'face', 'primary_ip', 'airflow',
+            'platform', 'serial', 'asset_tag', 'site', 'region', 'location', 'rack', 'position', 'face', 'primary_ip', 'airflow',
             'primary_ip4', 'primary_ip6', 'cluster', 'virtual_chassis', 'vc_position', 'vc_priority', 'comments',
             'primary_ip4', 'primary_ip6', 'cluster', 'virtual_chassis', 'vc_position', 'vc_priority', 'comments',
             'contacts', 'tags', 'created', 'last_updated',
             'contacts', 'tags', 'created', 'last_updated',
         )
         )