Updated Branches: refs/heads/master 69f6e33a6 -> 6366eeec3
CLOUDSTACK-178: Show VM host name instead of internal name Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6366eeec Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6366eeec Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6366eeec Branch: refs/heads/master Commit: 6366eeec36240c6a27ac94ba9e89cf406dbda9b8 Parents: 69f6e33 Author: Brian Federle <[email protected]> Authored: Fri Sep 28 12:11:24 2012 -0700 Committer: Brian Federle <[email protected]> Committed: Fri Sep 28 12:11:24 2012 -0700 ---------------------------------------------------------------------- ui/scripts/instances.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6366eeec/ui/scripts/instances.js ---------------------------------------------------------------------- diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index b18d44c..391aab1 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -44,7 +44,7 @@ }, fields: { displayname: { label: 'label.display.name' }, - instancename: { label: 'label.internal.name' }, + name: { label: 'label.host.name' }, zonename: { label: 'label.zone.name' }, state: { label: 'label.state',
