Skip to content

Commit be9485c

Browse files
CS-14562: Domian page does not show up (spinner shown) for a very long time when there are large number of hosts and vms.
1 parent 3aac0d7 commit be9485c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/domains.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
});
282282

283283
$.ajax({
284-
url: createURL("listVirtualMachines&domainid=" + domainObj.id),
284+
url: createURL("listVirtualMachines&details=min&domainid=" + domainObj.id),
285285
async: false,
286286
dataType: "json",
287287
success: function(json) {

0 commit comments

Comments
 (0)