فهرست منبع

Remove power utilization as default column from racks table

jeremystretch 4 سال پیش
والد
کامیت
5829985ca8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      netbox/dcim/tables/racks.py

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

@@ -92,7 +92,7 @@ class RackTable(BaseTable):
         )
         )
         default_columns = (
         default_columns = (
             'pk', 'name', 'site', 'location', 'status', 'facility_id', 'tenant', 'role', 'u_height', 'device_count',
             'pk', 'name', 'site', 'location', 'status', 'facility_id', 'tenant', 'role', 'u_height', 'device_count',
-            'get_utilization', 'get_power_utilization',
+            'get_utilization',
         )
         )