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 2018/11/14 23:54:10 UTC

[incubator-pinot] branch master updated: [TE] frontend - aarouncsd/Create Alert - Yaml quick fix (#3483)

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 c9a4e60  [TE] frontend - aarouncsd/Create Alert - Yaml quick fix (#3483)
c9a4e60 is described below

commit c9a4e60c44b9bc37e7c314d3d6bd8849042ca014
Author: Long Huynh <lo...@linkedin.com>
AuthorDate: Wed Nov 14 15:54:06 2018 -0800

    [TE] frontend - aarouncsd/Create Alert - Yaml quick fix (#3483)
---
 .../thirdeye-frontend/app/pods/self-serve/create-alert/controller.js    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdeye/thirdeye-frontend/app/pods/self-serve/create-alert/controller.js b/thirdeye/thirdeye-frontend/app/pods/self-serve/create-alert/controller.js
index ef00c61..064f584 100644
--- a/thirdeye/thirdeye-frontend/app/pods/self-serve/create-alert/controller.js
+++ b/thirdeye/thirdeye-frontend/app/pods/self-serve/create-alert/controller.js
@@ -775,7 +775,7 @@ export default Controller.extend({
     saveAlertYaml() {
       set(this, 'isAlertYamlDisabled', !this.get('isAlertYamlDisabled'));
       const content = get(this, 'alertYamlContent');
-      const url = 'yaml';
+      const url = '/yaml';
       const postProps = {
         method: 'post',
         body: content,


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