You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ji...@apache.org on 2019/03/12 21:45:23 UTC

[incubator-pinot] branch master updated: [TE] pinot - harleyjj/email-content - update view/edit link to explore (#3956)

This is an automated email from the ASF dual-hosted git repository.

jihao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 70b3b06  [TE] pinot - harleyjj/email-content - update view/edit link to explore (#3956)
70b3b06 is described below

commit 70b3b067fbdea69f8f27184e182c0389453ec8da
Author: Harley Jackson <ha...@gmail.com>
AuthorDate: Tue Mar 12 14:45:18 2019 -0700

    [TE] pinot - harleyjj/email-content - update view/edit link to explore (#3956)
---
 .../org/apache/pinot/thirdeye/detector/holiday-anomaly-report.ftl       | 2 +-
 .../test/resources/test-multiple-anomalies-email-content-formatter.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/thirdeye/thirdeye-pinot/src/main/resources/org/apache/pinot/thirdeye/detector/holiday-anomaly-report.ftl b/thirdeye/thirdeye-pinot/src/main/resources/org/apache/pinot/thirdeye/detector/holiday-anomaly-report.ftl
index 37fe606..2028296 100644
--- a/thirdeye/thirdeye-pinot/src/main/resources/org/apache/pinot/thirdeye/detector/holiday-anomaly-report.ftl
+++ b/thirdeye/thirdeye-pinot/src/main/resources/org/apache/pinot/thirdeye/detector/holiday-anomaly-report.ftl
@@ -77,7 +77,7 @@
                   <p>
                     <span style="color: #606060;">Alert</span>
                     <span style="color: #1D1D1D; text-decoration: none;  font-weight: bold;">${function}</span>
-                    <a href="${dashboardHost}/app/#/manage/explore-new/${functionToId[function]?string.computer}" target="blank" style="text-decoration: none; color: #0B5EA1; font-weight: bold;">(View/Edit Alert)</a>
+                    <a href="${dashboardHost}/app/#/manage/explore/${functionToId[function]?string.computer}" target="blank" style="text-decoration: none; color: #0B5EA1; font-weight: bold;">(View/Edit Alert)</a>
                     <#-- TODO: Enable after migration -->
                     <#--<span style="color: #1D1D1D; text-decoration: none;">${description}</span>-->
                   </p>
diff --git a/thirdeye/thirdeye-pinot/src/test/resources/test-multiple-anomalies-email-content-formatter.html b/thirdeye/thirdeye-pinot/src/test/resources/test-multiple-anomalies-email-content-formatter.html
index cd04c31..8c20183 100644
--- a/thirdeye/thirdeye-pinot/src/test/resources/test-multiple-anomalies-email-content-formatter.html
+++ b/thirdeye/thirdeye-pinot/src/test/resources/test-multiple-anomalies-email-content-formatter.html
@@ -37,7 +37,7 @@
             <p>
               <span style="color: #606060;">Alert</span>
               <span style="color: #1D1D1D; text-decoration: none;  font-weight: bold;">integration test function 1</span>
-              <a href="http://localhost:8080/dashboard/app/#/manage/explore-new/1" target="blank" style="text-decoration: none; color: #0B5EA1; font-weight: bold;">(View/Edit Alert)</a>
+              <a href="http://localhost:8080/dashboard/app/#/manage/explore/1" target="blank" style="text-decoration: none; color: #0B5EA1; font-weight: bold;">(View/Edit Alert)</a>
             </p>
             <table border="0" width="100%" align="center" style="width:100%; padding:0; margin:0; border-collapse: collapse;text-align:left;">
               <tr style="text-align:center; background-color: #F6F8FA; border-top: 2px solid #C7D1D8; border-bottom: 2px solid #C7D1D8;">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org