Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 45a4a0e44 -> 5a04ef2c3


AMBARI-15175: Hide Custom configuration category for files which does not 
support custom configuration in HAWQ and PXF (bhuvnesh2703 via jaoki)


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

Branch: refs/heads/branch-2.2
Commit: 5a04ef2c3633044a96d57ad03ba27eefd5243f53
Parents: 45a4a0e
Author: Jun Aoki <ja...@apache.org>
Authored: Mon Feb 29 13:52:06 2016 -0800
Committer: Jun Aoki <ja...@apache.org>
Committed: Mon Feb 29 13:52:06 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/5a04ef2c/ambari-web/app/models/stack_service.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/models/stack_service.js 
b/ambari-web/app/models/stack_service.js
index d9edf6e..e71b599 100644
--- a/ambari-web/app/models/stack_service.js
+++ b/ambari-web/app/models/stack_service.js
@@ -399,7 +399,7 @@ App.StackService.configCategories = function () {
 
   // Add custom section for every configType to all the services
   configTypes.forEach(function (type) {
-    var configTypesWithNoCustomSection = 
['capacity-scheduler','mapred-queue-acls','flume-conf', 
'pig-properties','topology','users-ldif'];
+    var configTypesWithNoCustomSection = 
['capacity-scheduler','mapred-queue-acls','flume-conf', 
'pig-properties','topology','users-ldif', 'pxf-profiles', 
'pxf-public-classpath'];
     if (type.endsWith('-env') || type.endsWith('-log4j') || 
configTypesWithNoCustomSection.contains(type)) {
       return;
     }

Reply via email to