Pārlūkot izejas kodu

AMBARI-6824. Enable Views and Cancel Requests features by default. (yusaku)

Yusaku Sako 11 gadi atpakaļ
vecāks
revīzija
53e827c2ca
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      ambari-web/app/config.js

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

@@ -77,13 +77,13 @@ App.supports = {
   appTimelineServer: true,
   jobs: true,
   ubuntu: true,
-  views: false,
+  views: true,
   flume: true,
   databaseConnection: true,
   configHistory: false,
   serverRecommendValidate: false,
   downloadClientConfigs: true,
-  abortRequests: false
+  abortRequests: true
 };
 
 if (App.enableExperimental) {