Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 95E1D200BC1 for ; Tue, 1 Nov 2016 14:55:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 94216160B19; Tue, 1 Nov 2016 13:55:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6E1D9160B02 for ; Tue, 1 Nov 2016 14:55:45 +0100 (CET) Received: (qmail 12943 invoked by uid 500); 1 Nov 2016 13:55:44 -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 12903 invoked by uid 99); 1 Nov 2016 13:55:44 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 13:55:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 46ECDE3839; Tue, 1 Nov 2016 13:55:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ncole@apache.org To: commits@ambari.apache.org Date: Tue, 01 Nov 2016 13:55:48 -0000 Message-Id: <4ea4a6b605b34fbca6de0c7fb79dafbf@git.apache.org> In-Reply-To: <128dfe66c11b480ead557ceef5f9280c@git.apache.org> References: <128dfe66c11b480ead557ceef5f9280c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/22] ambari git commit: AMBARI-18730. Fix different styles issues (akovalenko) archived-at: Tue, 01 Nov 2016 13:55:46 -0000 AMBARI-18730. Fix different styles issues (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/af497bdd Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/af497bdd Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/af497bdd Branch: refs/heads/branch-feature-AMBARI-18634 Commit: af497bddf61c9099cf9d45a4f9f608ae74924479 Parents: f50ff49 Author: Aleksandr Kovalenko Authored: Fri Oct 28 20:31:37 2016 +0300 Committer: Aleksandr Kovalenko Committed: Sat Oct 29 09:30:31 2016 +0300 ---------------------------------------------------------------------- .../templates/common/configs/widgets/plain_config_text_field.hbs | 2 +- .../templates/common/configs/widgets/slider_config_widget.hbs | 2 +- ambari-web/app/templates/common/editable_list.hbs | 2 +- ambari-web/app/templates/common/filter_combobox.hbs | 2 +- ambari-web/app/templates/common/modal_popups/prompt_popup.hbs | 2 +- .../app/templates/main/admin/highAvailability/nameNode/step1.hbs | 2 +- ambari-web/app/templates/main/admin/stack_upgrade/services.hbs | 2 +- ambari-web/app/templates/main/alerts/definition_details.hbs | 2 +- ambari-web/app/templates/main/dashboard/edit_widget_popup.hbs | 4 ++-- .../main/dashboard/edit_widget_popup_single_threshold.hbs | 2 +- ambari-web/app/templates/main/host/rack_id_popup.hbs | 2 +- .../app/templates/main/service/info/confirm_delete_service.hbs | 2 +- .../app/templates/main/service/widgets/create/step2_graph.hbs | 2 +- ambari-web/app/templates/main/service/widgets/create/step3.hbs | 2 +- .../main/service/widgets/create/widget_property_threshold.hbs | 4 ++-- ambari-web/app/templates/wizard/step1_addLocalRepository.hbs | 2 +- .../app/views/common/configs/selectable_popup_body_view.js | 2 +- ambari-web/app/views/common/host_progress_popup_body_view.js | 2 +- ambari-web/app/views/main/service/service.js | 2 +- 19 files changed, 21 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/af497bdd/ambari-web/app/templates/common/configs/widgets/plain_config_text_field.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/common/configs/widgets/plain_config_text_field.hbs b/ambari-web/app/templates/common/configs/widgets/plain_config_text_field.hbs index cea5083..b32edc2 100644 --- a/ambari-web/app/templates/common/configs/widgets/plain_config_text_field.hbs +++ b/ambari-web/app/templates/common/configs/widgets/plain_config_text_field.hbs @@ -17,6 +17,6 @@ }}
- {{view App.ConfigTextField valueBinding="view.value" classBinding=":col-md-9 view.unit:form-control" placeholderBinding="view.placeholder" disabledBinding="view.disabled"}} + {{view App.ConfigTextField valueBinding="view.value" class="col-md-9 form-control" placeholderBinding="view.placeholder" disabledBinding="view.disabled"}}
{{view.displayUnit}}
http://git-wip-us.apache.org/repos/asf/ambari/blob/af497bdd/ambari-web/app/templates/common/configs/widgets/slider_config_widget.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/common/configs/widgets/slider_config_widget.hbs b/ambari-web/app/templates/common/configs/widgets/slider_config_widget.hbs index 58e3c91..b1f0719 100644 --- a/ambari-web/app/templates/common/configs/widgets/slider_config_widget.hbs +++ b/ambari-web/app/templates/common/configs/widgets/slider_config_widget.hbs @@ -19,7 +19,7 @@
{{template "templates/common/configs/widgets/config_label"}}
-
{{view Ember.TextField valueBinding="view.config.value" class="input-mini slider-input"}}
+
{{view Ember.TextField valueBinding="view.config.value" class="input-mini slider-input form-control"}}
{{template "templates/common/configs/widgets/controls"}}
http://git-wip-us.apache.org/repos/asf/ambari/blob/af497bdd/ambari-web/app/templates/common/editable_list.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/common/editable_list.hbs b/ambari-web/app/templates/common/editable_list.hbs index 665f38b..27a9553 100644 --- a/ambari-web/app/templates/common/editable_list.hbs +++ b/ambari-web/app/templates/common/editable_list.hbs @@ -33,7 +33,7 @@ {{/each}} {{#if view.editMode}}
  • - {{view Ember.TextField valueBinding="view.input" placeholder="New" classBinding="input-area"}} + {{view Ember.TextField valueBinding="view.input" placeholder="New" classBinding="form-control"}} {{#if view.typeahead}}