Skip to content

Commit e5ef933

Browse files
committed
Merge pull request #1384 from remibergsma/ui-display-vpc-router-host
Display hostname the VPC router runs onThe hostname a router is running on is only displayed on Infra tab and not on the VPC page (the link local is mentioned though). That is now corrected, so you have the correct details to login to the router straight away. Before: <img width="702" alt="screen shot 2016-01-29 at 20 58 58" src="https://cloud.githubusercontent.com/assets/1630096/12687083/f7de5760-c6cd-11e5-9f62-cdf2cce8aeed.png"> After: <img width="704" alt="screen shot 2016-01-29 at 21 18 21" src="https://cloud.githubusercontent.com/assets/1630096/12687088/fc4d1c1e-c6cd-11e5-8573-cdde638264f7.png"> So the option 'Host' was added and displays the hypervisor the VPC runs on. * pr/1384: Display hostname the VPC router runs on Signed-off-by: Remi Bergsma <[email protected]>
2 parents 333957f + ec3af99 commit e5ef933

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)