Updated Branches: refs/heads/ui-vm-affinity 6c98696d8 -> ea2a43e98
CLOUDSTACK-2074: cloudstack UI - Affinity - Instances page - remove "Affinity Groups" tab that has been replaced with "View Affinity Groups" drilldown in Details tab. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ea2a43e9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ea2a43e9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ea2a43e9 Branch: refs/heads/ui-vm-affinity Commit: ea2a43e98a18285eeeb9b60268839733b0cc5161 Parents: 6c98696 Author: Jessica Wang <jessica.w...@citrix.com> Authored: Thu Apr 18 17:37:53 2013 -0700 Committer: Jessica Wang <jessica.w...@citrix.com> Committed: Thu Apr 18 17:37:53 2013 -0700 ---------------------------------------------------------------------- ui/scripts/instances.js | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ea2a43e9/ui/scripts/instances.js ---------------------------------------------------------------------- diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index 03656e2..cb20124 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -1501,24 +1501,6 @@ args.response.success({data: args.context.instances[0].securitygroup}); } }, - - /** - * Affinity Groups tab - */ - affinityGroups: { - title: 'label.affinity.groups', - multiple: true, - fields: [ - { - id: { label: 'ID' }, - name: { label: 'label.name' }, - description: { label: 'label.description' } - } - ], - dataProvider: function(args) { - args.response.success({data: args.context.instances[0].affinitygroup}); - } - }, /** * Statistics tab