Skip to content

Commit 75343d0

Browse files
author
Brian Flores
committed
added domain, status and create date columns
1 parent 546b69a commit 75343d0

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)