diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 88442234c..6197a85fb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -11,6 +11,7 @@ Jason Johnson Kevin Landreth Kevin McDonald Łukasz Oleś +Michael Fork Nathan Beittenmiller Neetu Jain Paul Sroufe diff --git a/SoftLayer/CLI/block/list.py b/SoftLayer/CLI/block/list.py index afb008a9a..41e09ca30 100644 --- a/SoftLayer/CLI/block/list.py +++ b/SoftLayer/CLI/block/list.py @@ -28,6 +28,9 @@ column_helper.Column('lunId', ('lunId',), mask="lunId"), column_helper.Column('active_transactions', ('activeTransactionCount',), mask="activeTransactionCount"), + column_helper.Column( + 'created_by', + ('billingItem', 'orderItem', 'order', 'userRecord', 'username')), ] DEFAULT_COLUMNS = [ diff --git a/SoftLayer/CLI/file/list.py b/SoftLayer/CLI/file/list.py index 4b12de184..a3266362e 100644 --- a/SoftLayer/CLI/file/list.py +++ b/SoftLayer/CLI/file/list.py @@ -27,6 +27,9 @@ mask="serviceResourceBackendIpAddress"), column_helper.Column('active_transactions', ('activeTransactionCount',), mask="activeTransactionCount"), + column_helper.Column( + 'created_by', + ('billingItem', 'orderItem', 'order', 'userRecord', 'username')), ] DEFAULT_COLUMNS = [