Browse Source

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

Xi Wang 11 years ago
parent
commit
1765b08424
1 changed files with 1 additions and 1 deletions
  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
       };
     }
   },