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 4c9ac58 [TE] pass alertId to preview in Edit Alert (#4275)
4c9ac58 is described below
commit 4c9ac5854ca2e759fe57ef811bb53cd42ab824ae
Author: Harley Jackson <[email protected]>
AuthorDate: Tue Jun 4 10:21:18 2019 -0700
[TE] pass alertId to preview in Edit Alert (#4275)
---
thirdeye/thirdeye-frontend/app/pods/manage/yaml/template.hbs | 1 +
1 file changed, 1 insertion(+)
diff --git a/thirdeye/thirdeye-frontend/app/pods/manage/yaml/template.hbs
b/thirdeye/thirdeye-frontend/app/pods/manage/yaml/template.hbs
index 72ecccc..224269a 100644
--- a/thirdeye/thirdeye-frontend/app/pods/manage/yaml/template.hbs
+++ b/thirdeye/thirdeye-frontend/app/pods/manage/yaml/template.hbs
@@ -45,6 +45,7 @@
{{#aitem.body}}
{{#alert-details
isPreviewMode=true
+ alertId=model.alertId
alertYaml=detectionYaml
dataIsCurrent=alertDataIsCurrent
}}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]