mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-5808: UI > SystemVMs page > pass details=min to listHosts API to reduce response time.
This commit is contained in:
parent
6d0dbf5968
commit
4528a0c0ae
@ -7875,7 +7875,11 @@
|
||||
var systemvmObjs = json.listsystemvmsresponse.systemvm;
|
||||
if (systemvmObjs != undefined) {
|
||||
$.ajax({
|
||||
url: createURL("listHosts&listAll=true"),
|
||||
url: createURL('listHosts'),
|
||||
data: {
|
||||
listAll: true,
|
||||
details: 'min'
|
||||
},
|
||||
success: function(json) {
|
||||
var hostObjs = json.listhostsresponse.host;
|
||||
for (var i = 0; i < systemvmObjs.length; i++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user