mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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
|
hostid: args.context.hosts[0].id
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
delete data.details; //remove "details: 'min'" from data
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: createURL('listVirtualMachines'),
|
url: createURL('listVirtualMachines'),
|
||||||
data: data,
|
data: data,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user