Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E7CFE173E4 for ; Thu, 30 Oct 2014 19:56:54 +0000 (UTC) Received: (qmail 60662 invoked by uid 500); 30 Oct 2014 19:56:54 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 60640 invoked by uid 500); 30 Oct 2014 19:56:54 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 60630 invoked by uid 99); 30 Oct 2014 19:56:54 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Oct 2014 19:56:54 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 54B47983D75; Thu, 30 Oct 2014 19:56:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alexantonenko@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-8050. Data dirs input field is not textarea on HDP 2.2 (alexantonenko) Date: Thu, 30 Oct 2014 19:56:54 +0000 (UTC) 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 Authored: Thu Oct 30 20:46:20 2014 +0200 Committer: Alex Antonenko 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':