mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +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
@ -384,6 +384,8 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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