Skip to content

Commit 48a600d

Browse files
Merge pull request #1728 from BrianSantivanez/issue1727
Add status, create date and domain columns in `slcli vs list command`
2 parents 949a2f3 + 75343d0 commit 48a600d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

SoftLayer/CLI/virt/list.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@
3636
DEFAULT_COLUMNS = [
3737
'id',
3838
'hostname',
39+
'domain',
40+
'deviceStatus.name',
41+
'datacenter',
3942
'primary_ip',
4043
'backend_ip',
41-
'datacenter',
44+
'createDate',
4245
'action',
4346
]
4447

0 commit comments

Comments
 (0)