浏览代码

AMBARI-3720_2. Provide read-only view of repo options in Ambari Web. (xiwang)

Xi Wang 11 年之前
父节点
当前提交
1765b08424
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/utils/ajax.js

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

@@ -556,7 +556,7 @@ var urls = {
     'type': 'GET',
     'format': function (data, opt) {
       return {
-        async: false
+        data: data.data
       };
     }
   },