feat: Shows related dashboards in Explore (#21685)

This commit is contained in:
Michael S. Molina
2022-10-07 12:59:49 -03:00
committed by GitHub
parent 0ff1e49e3c
commit 200bed6f7e
9 changed files with 282 additions and 7 deletions

View File

@@ -71,6 +71,7 @@ FEATURE_FLAGS = {
"ALERT_REPORTS": True,
"DASHBOARD_NATIVE_FILTERS": True,
"DRILL_TO_DETAIL": True,
"CROSS_REFERENCES": True,
}
WEBDRIVER_BASEURL = "http://0.0.0.0:8081/"