You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/02/12 00:13:15 UTC

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

Updated Branches:
  refs/heads/trunk d4614598f -> 0ce7bb06d


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0ce7bb06
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0ce7bb06
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0ce7bb06

Branch: refs/heads/trunk
Commit: 0ce7bb06d748bfa170c9c2d5dc0375dba2b88fa9
Parents: d461459
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Tue Feb 11 15:12:52 2014 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Tue Feb 11 15:12:52 2014 -0800

----------------------------------------------------------------------
 ambari-web/app/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0ce7bb06/ambari-web/app/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index 711be61..a1c9063 100644
--- a/ambari-web/app/config.js
+++ b/ambari-web/app/config.js
@@ -65,7 +65,7 @@ App.supports = {
   highAvailability: true,
   deleteHost: true,
   autoRollbackHA: false,
-  appTimelineServer: false,
+  appTimelineServer: true,
   jobs: false
 };