mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-2074: cloudstack UI - Affinity - Instances page - remove "Affinity Groups" tab that has been replaced with "View Affinity Groups" drilldown in Details tab.
This commit is contained in:
parent
6c98696d8c
commit
ea2a43e98a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user