You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xh...@apache.org on 2019/04/11 22:59:48 UTC

[incubator-pinot] branch master updated: [TE] frontend - harleyjj/alert-overview - remove word Average in anomaly table (#4104)

This is an automated email from the ASF dual-hosted git repository.

xhsun 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 c22a4ae  [TE] frontend - harleyjj/alert-overview - remove word Average in anomaly table (#4104)
c22a4ae is described below

commit c22a4aed36e7520fcae37e7da53b45ccbac8c0c2
Author: Harley Jackson <ha...@gmail.com>
AuthorDate: Thu Apr 11 15:59:43 2019 -0700

    [TE] frontend - harleyjj/alert-overview - remove word Average in anomaly table (#4104)
---
 .../thirdeye-frontend/app/pods/components/alert-details/template.hbs    | 2 +-
 .../thirdeye-frontend/app/pods/components/anomaly-summary/template.hbs  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/thirdeye/thirdeye-frontend/app/pods/components/alert-details/template.hbs b/thirdeye/thirdeye-frontend/app/pods/components/alert-details/template.hbs
index 061e34b..cc54ad4 100644
--- a/thirdeye/thirdeye-frontend/app/pods/components/alert-details/template.hbs
+++ b/thirdeye/thirdeye-frontend/app/pods/components/alert-details/template.hbs
@@ -170,7 +170,7 @@
                       {{/if}}
                       <th class="te-anomaly-table__cell-head">
                         <a class="te-anomaly-table__cell-link" {{action "toggleSortDirection" "change"}}>
-                          Average Current / Average Predicted
+                          Current / Predicted
                           <i class="te-anomaly-table__icon glyphicon {{if sortColumnChangeUp "glyphicon-menu-up" "glyphicon-menu-down"}}"></i>
                         </a>
                       </th>
diff --git a/thirdeye/thirdeye-frontend/app/pods/components/anomaly-summary/template.hbs b/thirdeye/thirdeye-frontend/app/pods/components/anomaly-summary/template.hbs
index ed5c669..f8f3bfe 100644
--- a/thirdeye/thirdeye-frontend/app/pods/components/anomaly-summary/template.hbs
+++ b/thirdeye/thirdeye-frontend/app/pods/components/anomaly-summary/template.hbs
@@ -30,7 +30,7 @@
           </th>
           <th class="te-anomaly-table__cell-head">
             <a class="te-anomaly-table__cell-link">
-              Average Current / Average Predicted
+              Current / Predicted
             </a>
           </th>
           <th class="te-anomaly-table__cell-head">


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