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/04 09:27:21 UTC

[3/7] git commit: updated refs/heads/4.8 to be89f64

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.8
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'
                                     },