Repository: ambari Updated Branches: refs/heads/trunk 9e3d0c1b3 -> c032eb494
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/c032eb49 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c032eb49 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c032eb49 Branch: refs/heads/trunk Commit: c032eb494b0d6d51eebb1caa8eb257bc79886a61 Parents: 9e3d0c1 Author: Alex Antonenko <[email protected]> Authored: Thu Oct 30 20:46:20 2014 +0200 Committer: Alex Antonenko <[email protected]> Committed: Thu Oct 30 21:56:07 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/c032eb49/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 a6f15db..88c4127 100644 --- a/ambari-web/app/models/service_config.js +++ b/ambari-web/app/models/service_config.js @@ -721,6 +721,7 @@ App.ServiceConfigProperty = Ember.Object.extend({ return App.ServiceConfigRadioButtons; break; case 'directories': + case 'datanodedirs': return App.ServiceConfigTextArea; break; case 'content':
