You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2016/02/01 21:10:51 UTC

[1/2] git commit: updated refs/heads/4.7 to e5ef933

Repository: cloudstack
Updated Branches:
  refs/heads/4.7 333957f00 -> e5ef9336e


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/4.7
Commit: ec3af9962b63ed4847de78d79a4275649fe8887b
Parents: 333957f
Author: Remi Bergsma <gi...@remi.nl>
Authored: Fri Jan 29 20:53:19 2016 +0100
Committer: Remi Bergsma <gi...@remi.nl>
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'
                                     },


[2/2] git commit: updated refs/heads/4.7 to e5ef933

Posted by re...@apache.org.
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 <gi...@remi.nl>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e5ef9336
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e5ef9336
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e5ef9336

Branch: refs/heads/4.7
Commit: e5ef9336e17b883bab95656771354f058198b546
Parents: 333957f ec3af99
Author: Remi Bergsma <gi...@remi.nl>
Authored: Mon Feb 1 21:10:25 2016 +0100
Committer: Remi Bergsma <gi...@remi.nl>
Committed: Mon Feb 1 21:10:26 2016 +0100

----------------------------------------------------------------------
 ui/scripts/network.js | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------