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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]