fix(ui): fix hidden endpoint and rule names in notification history

Closes #14995
pull/15043/head
Christopher Henn 2019-09-06 11:06:13 -07:00
parent c91ef8e398
commit b63ca38c46
1 changed files with 2 additions and 2 deletions

View File

@ -81,9 +81,9 @@ from(bucket: "${MONITORING_BUCKET}")
"_check_id": "checkID",
"_check_name": "checkName",
"_notification_rule_id": "notificationRuleID",
"_notification_rule_name": "notificationRule",
"_notification_rule_name": "notificationRuleName",
"_notification_endpoint_id": "notificationEndpointID",
"_notification_endpoint_name": "notificationEndpoint",
"_notification_endpoint_name": "notificationEndpointName",
"_level": "level",
"_sent": "sent"})
|> group()${fluxFilter ? `\n |> filter(fn: (r) => ${fluxFilter})` : ''}