mirror of https://github.com/apache/cloudstack.git
Revert "Make query job result AJAX call async to speed up UI performance"
This reverts commit ce5d85a239fa96bc46dede8ef81194959ce16162.
This commit is contained in:
parent
2a08eaa957
commit
a62f77a3a8
|
|
@ -36,7 +36,7 @@ var pollAsyncJobResult = function(args) {
|
|||
$.ajax({
|
||||
url: createURL("queryAsyncJobResult&jobId=" + args._custom.jobId),
|
||||
dataType: "json",
|
||||
async: true,
|
||||
async: false,
|
||||
success: function(json) {
|
||||
var result = json.queryasyncjobresultresponse;
|
||||
if (result.jobstatus == 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue