Explorar el Código

BUG-8948 Loading of Monitoring UI gets stuck

aBabiichuk hace 11 años
padre
commit
3a8bd15873
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ambari-web/app/utils/ajax.js

+ 1 - 0
ambari-web/app/utils/ajax.js

@@ -767,6 +767,7 @@ var urls = {
     'mock': '',
     'format': function (data, opt) {
       return {
+        async: false,
         timeout: 10000
       };
     }