mirror of https://github.com/apache/cloudstack.git
CS-16486: cloudstack UI - listView dataProvider - not to pass details=min as default.
This commit is contained in:
parent
ff8fccccb2
commit
f4d085d609
|
|
@ -197,9 +197,7 @@
|
|||
hostid: args.context.hosts[0].id
|
||||
});
|
||||
}
|
||||
|
||||
delete data.details; //remove "details: 'min'" from data
|
||||
|
||||
|
||||
$.ajax({
|
||||
url: createURL('listVirtualMachines'),
|
||||
data: data,
|
||||
|
|
|
|||
|
|
@ -444,8 +444,7 @@ function listViewDataProvider(args, data) {
|
|||
|
||||
//pagination
|
||||
$.extend(data, {
|
||||
listAll: true,
|
||||
details: 'min',
|
||||
listAll: true,
|
||||
page: args.page,
|
||||
pagesize: pageSize
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue