This is an automated email from the ASF dual-hosted git repository.
akshayrai09 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 0ee5a1d [TE] Minor correction to #4079 (#4083)
0ee5a1d is described below
commit 0ee5a1d2bdebe3156d9efcb56d205ccde7bf050f
Author: Akshay Rai <[email protected]>
AuthorDate: Mon Apr 8 10:19:13 2019 -0700
[TE] Minor correction to #4079 (#4083)
---
.../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 6486cff..24778a3 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
@@ -79,7 +79,7 @@
<#if newTable>
<p>
<span style="color: #1D1D1D; font-size: 16px; font-weight:
bold; display:inline-block; vertical-align: middle;">Alert: </span>
- <span style="color: #606060; font-size: 16px;
text-decoration: none; display:inline-block; vertical-align: middle; width:
70%; white-space: nowrap; overflow: hidden; text-overflow:
ellipsis;">${detectionName}</span>
+ <span style="color: #606060; font-size: 16px;
text-decoration: none; display:inline-block; vertical-align: middle; width:
77%; white-space: nowrap; overflow: hidden; text-overflow:
ellipsis;">${detectionName}</span>
<a
href="${dashboardHost}/app/#/manage/explore/${functionToId[detectionName]?string.computer}"
target="blank" style="text-decoration: none; color: #0B5EA1;
display:inline-block; vertical-align: middle;">(Edit Settings)</a>
</p>
</#if>
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 e37b7bb..9ea1da9 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
@@ -38,7 +38,7 @@
<!-- List down all the alerts for the given metric -->
<p>
<span style="color: #1D1D1D; font-size: 16px; font-weight: bold;
display:inline-block; vertical-align: middle;">Alert: </span>
- <span style="color: #606060; font-size: 16px; text-decoration:
none; display:inline-block; vertical-align: middle; width: 70%; white-space:
nowrap; overflow: hidden; text-overflow: ellipsis;">integration test function
1</span>
+ <span style="color: #606060; font-size: 16px; text-decoration:
none; display:inline-block; vertical-align: middle; width: 77%; white-space:
nowrap; overflow: hidden; text-overflow: ellipsis;">integration test function
1</span>
<a href="http://localhost:8080/dashboard/app/#/manage/explore/1"
target="blank" style="text-decoration: none; color: #0B5EA1;
display:inline-block; vertical-align: middle;">(Edit Settings)</a>
</p>
<!-- List all the anomalies under this detection -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]