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 7374993 commit cd06986Copy full SHA for cd06986
SoftLayer/CLI/image/list.py
@@ -29,7 +29,7 @@ def cli(env, name, public):
29
for image in image_mgr.list_public_images(name=name, mask=image_mod.MASK):
30
images.append(image)
31
32
- table = formatting.Table(['id', 'name', 'type', 'visibility', 'account', 'os', 'created', 'notes'])
+ table = formatting.Table(['Id', 'Name', 'Type', 'Visibility', 'Account', 'OS', 'Created', 'Notes'])
33
34
images = [image for image in images if not image['parentId']]
35
for image in images:
0 commit comments