mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4427: Fix non-async API call causing duplicate rows.
This commit is contained in:
parent
3dfb88e09d
commit
f662e9897a
|
|
@ -11869,7 +11869,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