From commits-return-2179-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Fri Jan 25 17:20:09 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5B6D0180608 for ; Fri, 25 Jan 2019 17:20:09 +0100 (CET) Received: (qmail 53104 invoked by uid 500); 25 Jan 2019 16:20:08 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 53095 invoked by uid 99); 25 Jan 2019 16:20:08 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2019 16:20:08 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0021A8556E; Fri, 25 Jan 2019 16:20:07 +0000 (UTC) Date: Fri, 25 Jan 2019 16:20:07 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: fix dashboard links in welcome page (#6756) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154843320757.25785.7136837818019683039@gitbox.apache.org> From: maximebeauchemin@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f38cea3ee355df64afb3beb4a1fe93588f8d5174 X-Git-Newrev: 6b0ab2100dc88dea64f69fad936df21a5e43d717 X-Git-Rev: 6b0ab2100dc88dea64f69fad936df21a5e43d717 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new 6b0ab21 fix dashboard links in welcome page (#6756) 6b0ab21 is described below commit 6b0ab2100dc88dea64f69fad936df21a5e43d717 Author: Hugh A. Miles II AuthorDate: Fri Jan 25 08:20:00 2019 -0800 fix dashboard links in welcome page (#6756) --- superset/assets/src/welcome/DashboardTable.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/assets/src/welcome/DashboardTable.jsx b/superset/assets/src/welcome/DashboardTable.jsx index e3ff252..a3d689a 100644 --- a/superset/assets/src/welcome/DashboardTable.jsx +++ b/superset/assets/src/welcome/DashboardTable.jsx @@ -71,7 +71,7 @@ class DashboardTable extends React.PureComponent { {this.state.dashboards.map(o => ( - {o.dashboard_title} + {o.dashboard_title} {unsafe(o.creator)}