Skip to content

Commit ea2a43e

Browse files
author
Jessica Wang
committed
CLOUDSTACK-2074: cloudstack UI - Affinity - Instances page - remove "Affinity Groups" tab that has been replaced with "View Affinity Groups" drilldown in Details tab.
1 parent 6c98696 commit ea2a43e

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

ui/scripts/instances.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,24 +1501,6 @@
15011501
args.response.success({data: args.context.instances[0].securitygroup});
15021502
}
15031503
},
1504-
1505-
/**
1506-
* Affinity Groups tab
1507-
*/
1508-
affinityGroups: {
1509-
title: 'label.affinity.groups',
1510-
multiple: true,
1511-
fields: [
1512-
{
1513-
id: { label: 'ID' },
1514-
name: { label: 'label.name' },
1515-
description: { label: 'label.description' }
1516-
}
1517-
],
1518-
dataProvider: function(args) {
1519-
args.response.success({data: args.context.instances[0].affinitygroup});
1520-
}
1521-
},
15221504

15231505
/**
15241506
* Statistics tab

0 commit comments

Comments
 (0)