loki: add feature-toggle check to live-mode (#49012)

This commit is contained in:
Gábor Farkas
2022-06-13 08:33:46 +02:00
committed by GitHub
parent a0e5a4eba2
commit 8fd9cb4854
6 changed files with 28 additions and 31 deletions

View File

@@ -36,6 +36,7 @@ export interface FeatureToggles {
showFeatureFlagsInUI?: boolean;
publicDashboards?: boolean;
lokiLive?: boolean;
lokiDataframeApi?: boolean;
swaggerUi?: boolean;
featureHighlights?: boolean;
dashboardComments?: boolean;