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 56B9D17F68 for ; Tue, 11 Nov 2014 15:28:13 +0000 (UTC) Received: (qmail 17942 invoked by uid 500); 11 Nov 2014 15:28:13 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 17914 invoked by uid 500); 11 Nov 2014 15:28:13 -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 17905 invoked by uid 99); 11 Nov 2014 15:28:13 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2014 15:28:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A61FB9ACC4F; Tue, 11 Nov 2014 15:28:12 +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: <31988ae6fbec4874969fed2fea101794@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-8249. Usability: Configs Tab UI responsiveness issues (alexantonenko) Date: Tue, 11 Nov 2014 15:28:12 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk ba5bc737a -> 6c94df6b2 AMBARI-8249. Usability: Configs Tab UI responsiveness issues (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6c94df6b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6c94df6b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6c94df6b Branch: refs/heads/trunk Commit: 6c94df6b24251e8eb111096d81ab61ce3fd4f83e Parents: ba5bc73 Author: Alex Antonenko Authored: Tue Nov 11 02:06:06 2014 +0200 Committer: Alex Antonenko Committed: Tue Nov 11 17:16:10 2014 +0200 ---------------------------------------------------------------------- ambari-web/app/models/service_config.js | 1 + .../common/configs/service_config_category.hbs | 4 +- .../app/views/common/configs/services_config.js | 19 ++--- .../common/configs/services_config_test.js | 80 -------------------- 4 files changed, 13 insertions(+), 91 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6c94df6b/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 a3ffc3e..300c2c6 100644 --- a/ambari-web/app/models/service_config.js +++ b/ambari-web/app/models/service_config.js @@ -194,6 +194,7 @@ App.ServiceConfigProperty = Ember.Object.extend({ serviceValidator: null, isNotSaved: false, // user property was added but not saved hasInitialValue: false, //if true then property value is defined and saved to server + isHiddenByFilter: false, //if true then hide this property (filtered out) /** * Usage example see on App.ServiceConfigRadioButtons.handleDBConnectionProperty() * http://git-wip-us.apache.org/repos/asf/ambari/blob/6c94df6b/ambari-web/app/templates/common/configs/service_config_category.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/common/configs/service_config_category.hbs b/ambari-web/app/templates/common/configs/service_config_category.hbs index a03c9af..1ad4384 100644 --- a/ambari-web/app/templates/common/configs/service_config_category.hbs +++ b/ambari-web/app/templates/common/configs/service_config_category.hbs @@ -25,8 +25,8 @@
- {{#each view.filteredCategoryConfigs}} -
+ {{#each view.categoryConfigs}} +
{{#if showLabel}}