diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 1313859a7ad..403fce0c40b 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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++) {