Updated Branches: refs/heads/master 6366eeec3 -> d266ac9f8
Instances details: Show host 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/d266ac9f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d266ac9f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d266ac9f Branch: refs/heads/master Commit: d266ac9f848a737c2dc10c4fcfdef0ee15e92f82 Parents: 6366eee Author: Brian Federle <[email protected]> Authored: Fri Sep 28 12:17:52 2012 -0700 Committer: Brian Federle <[email protected]> Committed: Fri Sep 28 12:17:52 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/d266ac9f/ui/scripts/instances.js ---------------------------------------------------------------------- diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index 391aab1..3537c6a 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -1079,7 +1079,7 @@ fields: [ { displayname: { label: 'label.display.name', isEditable: true }, - instancename: { label: 'label.internal.name' }, + name: { label: 'label.host.name' }, state: { label: 'label.state', pollAgainIfValueIsIn: {
