Skip to content

Commit 4a1636e

Browse files
caberoscaberos
authored andcommitted
fix team code review comments
1 parent fece44b commit 4a1636e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/hardware/detail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def cli(env, identifier, passwords, price, components):
7272
table.add_row(['last_transaction', last_transaction])
7373
table.add_row(['billing', 'Hourly' if result['hourlyBillingFlag'] else 'Monthly'])
7474

75-
vlan_table = formatting.Table(['type', 'number', 'id', 'Name', 'Netmask'])
75+
vlan_table = formatting.Table(['type', 'number', 'id', 'name', 'netmask'])
7676
for vlan in result['networkVlans']:
7777
vlan_table.add_row([vlan['networkSpace'], vlan['vlanNumber'],
7878
vlan['id'], vlan['fullyQualifiedName'],

0 commit comments

Comments
 (0)