We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1af1b commit a12f8c1Copy full SHA for a12f8c1
SoftLayer/CLI/hardware/list.py
@@ -21,7 +21,6 @@
21
'action',
22
lambda server: formatting.active_txn(server),
23
mask='activeTransaction[id, transactionStatus[name, friendlyName]]'),
24
- column_helper.Column('power_state', ('powerState', 'name')),
25
column_helper.Column(
26
'created_by',
27
('billingItem', 'orderItem', 'order', 'userRecord', 'username')),
0 commit comments