Add dummy 'view all hosts'
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f7a7c18d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f7a7c18d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f7a7c18d Branch: refs/heads/ui-quick-view-v2 Commit: f7a7c18d883d7fdd2cfe50c8f03360f1b76830f2 Parents: 19aad35 Author: Brian Federle <[email protected]> Authored: Mon Jan 7 17:06:38 2013 -0800 Committer: Brian Federle <[email protected]> Committed: Mon Jan 7 17:06:38 2013 -0800 ---------------------------------------------------------------------- ui/scripts/instances.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f7a7c18d/ui/scripts/instances.js ---------------------------------------------------------------------- diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index e330dd0..ca16929 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -233,7 +233,8 @@ name: 'Instance details', viewAll: [ { path: 'storage.volumes', label: 'label.volumes' }, - { path: 'storage.snapshots', label: 'label.snapshots' } + { path: 'storage.snapshots', label: 'label.snapshots' }, + { path: 'system', label: 'label.hosts' } ], tabFilter: function(args) { var hiddenTabs = [];
