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 B997C200C28 for ; Mon, 13 Mar 2017 19:44:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B854D160B5D; Mon, 13 Mar 2017 18:44: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 0C988160B85 for ; Mon, 13 Mar 2017 19:44:45 +0100 (CET) Received: (qmail 81836 invoked by uid 500); 13 Mar 2017 18:44:45 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 81827 invoked by uid 99); 13 Mar 2017 18:44:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Mar 2017 18:44:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B548918F16D for ; Mon, 13 Mar 2017 18:44:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.451 X-Spam-Level: * X-Spam-Status: No, score=1.451 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id uJBMNQAXxo3l for ; Mon, 13 Mar 2017 18:44:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 5A8F15FDE0 for ; Mon, 13 Mar 2017 18:44:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 68DEFE0A4B for ; Mon, 13 Mar 2017 18:44:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B2CCB243B0 for ; Mon, 13 Mar 2017 18:44:41 +0000 (UTC) Date: Mon, 13 Mar 2017 18:44:41 +0000 (UTC) From: "Hudson (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-20425) Empty current and recommended values in "Recommended configs" panel during Add Service MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 13 Mar 2017 18:44:46 -0000 [ https://issues.apache.org/jira/browse/AMBARI-20425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15922707#comment-15922707 ] Hudson commented on AMBARI-20425: --------------------------------- SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #7022 (See [https://builds.apache.org/job/Ambari-trunk-Commit/7022/]) AMBARI-20425 Empty current and recommended values in "Recommended (ababiichuk: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=592c1a90c66b621cada4c6f335196dce2121814a]) * (edit) ambari-web/app/messages.js * (edit) ambari-web/app/styles/application.less * (edit) ambari-web/app/views/common/configs/config_diff_view.js > Empty current and recommended values in "Recommended configs" panel during Add Service > -------------------------------------------------------------------------------------- > > Key: AMBARI-20425 > URL: https://issues.apache.org/jira/browse/AMBARI-20425 > Project: Ambari > Issue Type: Bug > Components: ambari-web > Affects Versions: 2.5.0 > Reporter: Andrii Babiichuk > Assignee: Andrii Babiichuk > Priority: Critical > Fix For: 2.5.0 > > Attachments: AMBARI-20425_branch-2.5.patch, AMBARI-20425_trunk.patch > > > In some cases current and recommended value cells in dependent configs table are both empty and have got less than minimal cell height. > The behaviour should be as follows: > - When a new property is being added, show "Property undefined" in italics on the left column with gray background (and the value in the right column). > - When an existing property is being removed, show "Property removed" in italics on the right column with gray background (and the existing value in the left column). > - When an existing property value changes, we just show the changes without color coding except where the value itself is multi-line. Sometimes the source/target value is empty. In this scenario we just show an empty box (as opposed to gray background when a property is being added or removed as described above). -- This message was sent by Atlassian JIRA (v6.3.15#6346)