mirror of https://github.com/apache/cloudstack.git
Affinity UI: Pre-select checkboxes
This commit is contained in:
parent
a589a367d0
commit
2f0e0d9a7d
|
|
@ -645,9 +645,9 @@
|
|||
dataProvider: function(args) {
|
||||
args.response.success({
|
||||
data: [
|
||||
{ id: 1, name: 'Affinity Group 1', type: 'Affinity' },
|
||||
{ id: 1, name: 'Affinity Group 1', type: 'Affinity', _isSelected: true },
|
||||
{ id: 2, name: 'Affinity Group 2', type: 'Anti-affinity' },
|
||||
{ id: 3, name: 'Anti-affinity Group', type: 'Anti-affinity' }
|
||||
{ id: 3, name: 'Anti-affinity Group', type: 'Anti-affinity', _isSelected: true }
|
||||
]
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue