mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Config: remove unused Enterprise feature toggles (#36527)
This commit is contained in:
parent
ea2ba06b93
commit
19fbfc8d24
@ -47,13 +47,6 @@ export interface FeatureToggles {
|
|||||||
ngalert: boolean;
|
ngalert: boolean;
|
||||||
trimDefaults: boolean;
|
trimDefaults: boolean;
|
||||||
accesscontrol: boolean;
|
accesscontrol: boolean;
|
||||||
|
|
||||||
/**
|
|
||||||
* @remarks
|
|
||||||
* Available only in Grafana Enterprise
|
|
||||||
*/
|
|
||||||
meta: boolean;
|
|
||||||
reportVariables: boolean;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -59,9 +59,7 @@ export class GrafanaBootConfig implements GrafanaConfig {
|
|||||||
theme2: GrafanaTheme2;
|
theme2: GrafanaTheme2;
|
||||||
pluginsToPreload: string[] = [];
|
pluginsToPreload: string[] = [];
|
||||||
featureToggles: FeatureToggles = {
|
featureToggles: FeatureToggles = {
|
||||||
meta: false,
|
|
||||||
ngalert: false,
|
ngalert: false,
|
||||||
reportVariables: false,
|
|
||||||
accesscontrol: false,
|
accesscontrol: false,
|
||||||
trimDefaults: false,
|
trimDefaults: false,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user