mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - instance page - listView - not pass details=min to API call since nic and securitygroup info is needed here.
This commit is contained in:
parent
d3536d4f29
commit
7af3f6ef94
|
|
@ -383,7 +383,9 @@
|
|||
hostid: args.context.hosts[0].id
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
delete data.details; //remove "details: 'min'" from data
|
||||
|
||||
$.ajax({
|
||||
url: createURL('listVirtualMachines'),
|
||||
data: data,
|
||||
|
|
|
|||
Loading…
Reference in New Issue