Repository: ambari Updated Branches: refs/heads/branch-2.5 adfb70823 -> fbea1f09b
AMBARI-17957. Remove Falcon UI Quick Link. Additional patch (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fbea1f09 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fbea1f09 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fbea1f09 Branch: refs/heads/branch-2.5 Commit: fbea1f09bd55cd3750096e3572b46fb9e4b64738 Parents: adfb708 Author: Alex Antonenko <[email protected]> Authored: Tue Sep 13 17:46:52 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Sep 13 17:46:52 2016 +0300 ---------------------------------------------------------------------- .../resources/common-services/FALCON/0.5.0.2.1/metainfo.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/fbea1f09/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml index 91d469b..3ddcc41 100644 --- a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml @@ -131,13 +131,6 @@ <excluded-config-types> <config-type>oozie-site</config-type> </excluded-config-types> - - <quickLinksConfigurations> - <quickLinksConfiguration> - <fileName>quicklinks.json</fileName> - <default>true</default> - </quickLinksConfiguration> - </quickLinksConfigurations> </service> </services> </metainfo>
