K8s: Library panels: move to separate ff (#108384)

This commit is contained in:
Stephanie Hingtgen
2025-07-21 12:53:46 +00:00
committed by GitHub
parent 91825be1dd
commit 5ec3a2b758
7 changed files with 31 additions and 2 deletions
@@ -292,6 +292,10 @@ export interface FeatureToggles {
*/
kubernetesLibraryPanels?: boolean;
/**
* Routes library panel connections requests from /api to using search
*/
kubernetesLibraryPanelConnections?: boolean;
/**
* Use the kubernetes API in the frontend for dashboards
*/
kubernetesDashboards?: boolean;