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/08/12 02:50:36 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/trunk 64ed974ae -> 53e827c2c


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


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

Branch: refs/heads/trunk
Commit: 53e827c2ca59a9cd9289237b52ae26abf6a9d165
Parents: 64ed974
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Mon Aug 11 17:48:38 2014 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Mon Aug 11 17:48:38 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/53e827c2/ambari-web/app/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index 4bd8b33..a4c71d4 100644
--- a/ambari-web/app/config.js
+++ b/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) {