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/05 21:50:01 UTC

[incubator-pinot] branch master updated: [TE] pinot -harleyjj/email-content update view/edit linke to edit-new route (#3909)

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 91237aa  [TE] pinot -harleyjj/email-content update view/edit linke to edit-new route (#3909)
91237aa is described below

commit 91237aae7fe2ffebe0d22bb8abdd2e357dc2e06f
Author: Harley Jackson <ha...@gmail.com>
AuthorDate: Tue Mar 5 13:49:55 2019 -0800

    [TE] pinot -harleyjj/email-content update view/edit linke to edit-new route (#3909)
---
 .../org/apache/pinot/thirdeye/detector/holiday-anomaly-report.ftl     | 4 ++--
 .../resources/test-multiple-anomalies-email-content-formatter.html    | 4 ++--
 2 files changed, 4 insertions(+), 4 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 3812973..37fe606 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/alert/${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-new/${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>
@@ -174,4 +174,4 @@
     </td>
   </tr>
 </table>
-</body>
\ No newline at end of file
+</body>
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 8ce8e24..cd04c31 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/alert/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-new/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;">
@@ -97,4 +97,4 @@
     </td>
   </tr>
 </table>
-</body>
\ No newline at end of file
+</body>


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