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.
This commit is contained in:
Remi Bergsma 2016-01-29 20:53:19 +01:00
parent 333957f00f
commit ec3af9962b
1 changed files with 3 additions and 0 deletions

View File

@ -5859,6 +5859,9 @@
linklocalip: {
label: 'label.linklocal.ip'
},
hostname: {
label: 'label.host'
},
state: {
label: 'label.state'
},