Skip to content

Commit

Permalink
Merge pull request #1728 from BrianSantivanez/issue1727
Browse files Browse the repository at this point in the history
Add status, create date and domain columns in `slcli vs list command`
  • Loading branch information
allmightyspiff authored Aug 30, 2022
2 parents 949a2f3 + 75343d0 commit 48a600d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SoftLayer/CLI/virt/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@
DEFAULT_COLUMNS = [
'id',
'hostname',
'domain',
'deviceStatus.name',
'datacenter',
'primary_ip',
'backend_ip',
'datacenter',
'createDate',
'action',
]

Expand Down

0 comments on commit 48a600d

Please sign in to comment.