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 2020/05/29 20:37:03 UTC

[incubator-pinot] branch master updated: [TE] frontend - harleyjj/rca - update frontend for new AC event format (#5447)

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 79260b3  [TE] frontend - harleyjj/rca - update frontend for new AC event format (#5447)
79260b3 is described below

commit 79260b3078e8553fd6d33ff7284afe44d8b495c5
Author: Harley Jackson <hj...@linkedin.com>
AuthorDate: Fri May 29 13:36:54 2020 -0700

    [TE] frontend - harleyjj/rca - update frontend for new AC event format (#5447)
---
 .../thirdeye-frontend/app/shared/filterBarConfig.js | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/thirdeye/thirdeye-frontend/app/shared/filterBarConfig.js b/thirdeye/thirdeye-frontend/app/shared/filterBarConfig.js
index b8cc5cd..ea29fe5 100644
--- a/thirdeye/thirdeye-frontend/app/shared/filterBarConfig.js
+++ b/thirdeye/thirdeye-frontend/app/shared/filterBarConfig.js
@@ -100,28 +100,23 @@ export default [
     color: "blue",
     inputs: [
       {
-        label: "services",
-        labelMapping: "services",
-        type: "dropdown"
-      },
-      {
-        label: "endpoints",
-        labelMapping: "endpoint",
+        label: "fabrics",
+        labelMapping: "fabric",
         type: "dropdown"
       },
       {
-        label: "upstreams",
-        labelMapping: "upstream",
+        label: "services",
+        labelMapping: "services",
         type: "dropdown"
       },
       {
-        label: "upstream endpoints",
-        labelMapping: "upstreamendpoint",
+        label: "downstream services",
+        labelMapping: "downstreamservice",
         type: "dropdown"
       },
       {
-        label: "fabrics",
-        labelMapping: "fabric",
+        label: "downstream endpoints",
+        labelMapping: "downstreamendpoint",
         type: "dropdown"
       }
     ]


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