Browse Source

AMBARI-4614. Turn on App.supports.appTimelineServer by default. (Buzhor Denys via yusaku)

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

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

@@ -65,7 +65,7 @@ App.supports = {
   highAvailability: true,
   deleteHost: true,
   autoRollbackHA: false,
-  appTimelineServer: false,
+  appTimelineServer: true,
   jobs: false
 };