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/06/04 17:21:23 UTC

[incubator-pinot] branch master updated: [TE] pass alertId to preview in Edit Alert (#4275)

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 <hj...@linkedin.com>
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: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org