Skip to content

Commit 1c04f42

Browse files
committed
Merge branch 'release-v5.9.3'
2 parents b9f82af + 31e409b commit 1c04f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netfoundry/ctl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def login(cli):
155155
if network_group:
156156
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"])
157157
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']}"])
159159
if cli.config.general.borders:
160160
table_borders = "presto"
161161
else:

0 commit comments

Comments
 (0)