You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/04/25 20:08:45 UTC

[27/43] git commit: updated refs/heads/master to 5ce2890

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/master
Commit: ea2a43e98a18285eeeb9b60268839733b0cc5161
Parents: 6c98696
Author: Jessica Wang <je...@citrix.com>
Authored: Thu Apr 18 17:37:53 2013 -0700
Committer: Jessica Wang <je...@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