K8s/Dashboards: Add frontend api to switch between implementations (#88632)

This commit is contained in:
Ryan McKinley
2024-06-05 17:34:23 +03:00
committed by GitHub
parent f28905f8c4
commit 41e0430f83
28 changed files with 215 additions and 45 deletions
@@ -117,6 +117,7 @@ export interface FeatureToggles {
transformationsVariableSupport?: boolean;
kubernetesPlaylists?: boolean;
kubernetesSnapshots?: boolean;
kubernetesDashboards?: boolean;
datasourceQueryTypes?: boolean;
queryService?: boolean;
queryServiceRewrite?: boolean;