Repository: ambari Updated Branches: refs/heads/branch-1.7.0 e186f1ea2 -> d2ced93ae
AMBARI-8050. Data dirs input field is not textarea on HDP 2.2 (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d2ced93a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d2ced93a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d2ced93a Branch: refs/heads/branch-1.7.0 Commit: d2ced93ae7c57a4e52c94a1287d883628e2b0ac3 Parents: e186f1e Author: Alex Antonenko <[email protected]> Authored: Thu Oct 30 20:42:35 2014 +0200 Committer: Alex Antonenko <[email protected]> Committed: Thu Oct 30 21:57:33 2014 +0200 ---------------------------------------------------------------------- ambari-web/app/models/service_config.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d2ced93a/ambari-web/app/models/service_config.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/models/service_config.js b/ambari-web/app/models/service_config.js index b836247..2ac7ad1 100644 --- a/ambari-web/app/models/service_config.js +++ b/ambari-web/app/models/service_config.js @@ -725,6 +725,7 @@ App.ServiceConfigProperty = Ember.Object.extend({ return App.ServiceConfigRadioButtons; break; case 'directories': + case 'datanodedirs': return App.ServiceConfigTextArea; break; case 'content':
