Skip to content

Commit ec3af99

Browse files
committed
Display hostname the VPC router runs on
This is displayed on Infra tab and it's annoying that on the VPC page only the link local is mentioned and not the hostname. That is now corrected, so you have the correct details to login to the router straight away.
1 parent 333957f commit ec3af99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/scripts/network.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5859,6 +5859,9 @@
58595859
linklocalip: {
58605860
label: 'label.linklocal.ip'
58615861
},
5862+
hostname: {
5863+
label: 'label.host'
5864+
},
58625865
state: {
58635866
label: 'label.state'
58645867
},

0 commit comments

Comments
 (0)