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/04/30 21:08:51 UTC

[incubator-pinot] branch master updated: [TE] frontend - harleyjj/anomalies - link new anomalies route in Thirdeye header (#4174)

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 3c97209  [TE] frontend - harleyjj/anomalies - link new anomalies route in Thirdeye header (#4174)
3c97209 is described below

commit 3c97209931c06cd5201ca989cc4c99f5c9c9e5c9
Author: Harley Jackson <hj...@linkedin.com>
AuthorDate: Tue Apr 30 14:08:46 2019 -0700

    [TE] frontend - harleyjj/anomalies - link new anomalies route in Thirdeye header (#4174)
---
 thirdeye/thirdeye-frontend/app/pods/application/controller.js | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/thirdeye/thirdeye-frontend/app/pods/application/controller.js b/thirdeye/thirdeye-frontend/app/pods/application/controller.js
index 31f298b..88b896b 100644
--- a/thirdeye/thirdeye-frontend/app/pods/application/controller.js
+++ b/thirdeye/thirdeye-frontend/app/pods/application/controller.js
@@ -4,7 +4,6 @@
  * @exports application
  */
 import { inject as service } from '@ember/service';
-import { observer, get, set } from '@ember/object';
 import { alias } from '@ember/object/computed';
 import Controller from '@ember/controller';
 
@@ -27,8 +26,8 @@ export default Controller.extend({
     },
     {
       className: 'anomalies',
-      link: '/thirdeye#anomalies',
-      isCustomLink: true,
+      link: 'anomalies',
+      isCustomLink: false,
       title: 'Anomalies'
     },
     {


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