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.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ec3af996 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ec3af996 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ec3af996 Branch: refs/heads/master Commit: ec3af9962b63ed4847de78d79a4275649fe8887b Parents: 333957f Author: Remi Bergsma <[email protected]> Authored: Fri Jan 29 20:53:19 2016 +0100 Committer: Remi Bergsma <[email protected]> Committed: Sun Jan 31 19:04:43 2016 +0100 ---------------------------------------------------------------------- ui/scripts/network.js | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ec3af996/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index a978d07..bb599fd 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -5859,6 +5859,9 @@ linklocalip: { label: 'label.linklocal.ip' }, + hostname: { + label: 'label.host' + }, state: { label: 'label.state' },
