Remove power utilization as default column from racks table
This commit is contained in:
parent
2fa8e27f05
commit
5829985ca8
|
|
@ -92,7 +92,7 @@ class RackTable(BaseTable):
|
|||
)
|
||||
default_columns = (
|
||||
'pk', 'name', 'site', 'location', 'status', 'facility_id', 'tenant', 'role', 'u_height', 'device_count',
|
||||
'get_utilization', 'get_power_utilization',
|
||||
'get_utilization',
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue