mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4427: Fix non-async API call causing duplicate rows.
This commit is contained in:
parent
bd2d875073
commit
895853e0d8
|
|
@ -11932,7 +11932,6 @@
|
|||
$.ajax({
|
||||
url: createURL("listDomains&listAll=true"),
|
||||
dataType: "json",
|
||||
async: false,
|
||||
success: function(json) {
|
||||
var domainObjs = json.listdomainsresponse.domain;
|
||||
var items = [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue