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/0cb2f9b0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0cb2f9b0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0cb2f9b0 Branch: refs/heads/trunk Commit: 0cb2f9b0c09ce80a5af398e00e2fd87f2a54d89c Parents: 6172fb8 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 12:57:35 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/0cb2f9b0/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/0cb2f9b0/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/0cb2f9b0/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"