소스 검색

AMBARI-7022. FE: Enable Dynamic configs and layout support in UI (srimanth)

Srimanth Gunturi 11 년 전
부모
커밋
f8193e941f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ambari-web/app/config.js

+ 1 - 1
ambari-web/app/config.js

@@ -79,7 +79,7 @@ App.supports = {
   flume: true,
   databaseConnection: true,
   configHistory: false,
-  serverRecommendValidate: false,
+  serverRecommendValidate: true,
   downloadClientConfigs: true,
   abortRequests: true
 };