File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ def login(cli):
155
155
if network_group :
156
156
summary_table .append (['Network Resource Group' , f"{ summary_object ['network_group' ]['name' ]} ({ summary_object ['network_group' ]['organizationShortName' ]} ) with { summary_object ['network_group' ]['networks_count' ]} networks" ])
157
157
if network :
158
- summary_table .append (['Configured Network' , f"{ summary_object ['network' ]['name' ]} ( { summary_object [ 'network' ][ 'region' ] } ) is { summary_object ['network' ]['productVersion' ]} and status { summary_object ['network' ]['status' ]} " ])
158
+ summary_table .append (['Configured Network' , f"{ summary_object ['network' ]['name' ]} - { summary_object ['network' ]['productVersion' ]} - { summary_object ['network' ]['status' ]} " ])
159
159
if cli .config .general .borders :
160
160
table_borders = "presto"
161
161
else :
You can’t perform that action at this time.
0 commit comments