AMBARI-12464. Falcon *.falcon.http.authentication.kerberos.name.rules should be text box, not field (alexantonenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e3e3d5c1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e3e3d5c1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e3e3d5c1 Branch: refs/heads/branch-2.1 Commit: e3e3d5c147f1cb1d441d8e3f5c4d75ebcfed6324 Parents: 09346ed Author: Alex Antonenko <hiv...@gmail.com> Authored: Tue Jul 21 09:47:51 2015 +0300 Committer: Alex Antonenko <hiv...@gmail.com> Committed: Tue Jul 21 13:03:48 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/data/BIGTOP/site_properties.js | 1 + ambari-web/app/data/HDP2/site_properties.js | 1 + ambari-web/app/data/PHD/site_properties.js | 1 + 3 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e3e3d5c1/ambari-web/app/data/BIGTOP/site_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/BIGTOP/site_properties.js b/ambari-web/app/data/BIGTOP/site_properties.js index c01ac87..e71cab4 100644 --- a/ambari-web/app/data/BIGTOP/site_properties.js +++ b/ambari-web/app/data/BIGTOP/site_properties.js @@ -1637,6 +1637,7 @@ module.exports = "name": "*.falcon.http.authentication.kerberos.name.rules", "displayName": "*.falcon.http.authentication.kerberos.name.rules", "category": "FalconStartupSite", + "displayType": "multiLine", "serviceName": "FALCON", "filename": "falcon-startup.properties.xml" }, http://git-wip-us.apache.org/repos/asf/ambari/blob/e3e3d5c1/ambari-web/app/data/HDP2/site_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/site_properties.js b/ambari-web/app/data/HDP2/site_properties.js index ccea488..d946900 100644 --- a/ambari-web/app/data/HDP2/site_properties.js +++ b/ambari-web/app/data/HDP2/site_properties.js @@ -1689,6 +1689,7 @@ var hdp2properties = [ "name": "*.falcon.http.authentication.kerberos.name.rules", "displayName": "*.falcon.http.authentication.kerberos.name.rules", "category": "FalconStartupSite", + "displayType": "multiLine", "serviceName": "FALCON", "filename": "falcon-startup.properties.xml" }, http://git-wip-us.apache.org/repos/asf/ambari/blob/e3e3d5c1/ambari-web/app/data/PHD/site_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/PHD/site_properties.js b/ambari-web/app/data/PHD/site_properties.js index f3eccfc..b6e548c 100644 --- a/ambari-web/app/data/PHD/site_properties.js +++ b/ambari-web/app/data/PHD/site_properties.js @@ -1577,6 +1577,7 @@ module.exports = "id": "site property", "name": "*.falcon.http.authentication.kerberos.name.rules", "displayName": "*.falcon.http.authentication.kerberos.name.rules", + "displayType": "multiLine", "category": "FalconStartupSite", "serviceName": "FALCON", "filename": "falcon-startup.properties.xml"