Browse Source

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

Yusaku Sako 11 years ago
parent
commit
53e827c2ca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ambari-web/app/config.js

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

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