mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Config: remove unused Enterprise feature toggles (#36527)
This commit is contained in:
@@ -47,13 +47,6 @@ export interface FeatureToggles {
|
||||
ngalert: boolean;
|
||||
trimDefaults: boolean;
|
||||
accesscontrol: boolean;
|
||||
|
||||
/**
|
||||
* @remarks
|
||||
* Available only in Grafana Enterprise
|
||||
*/
|
||||
meta: boolean;
|
||||
reportVariables: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -59,9 +59,7 @@ export class GrafanaBootConfig implements GrafanaConfig {
|
||||
theme2: GrafanaTheme2;
|
||||
pluginsToPreload: string[] = [];
|
||||
featureToggles: FeatureToggles = {
|
||||
meta: false,
|
||||
ngalert: false,
|
||||
reportVariables: false,
|
||||
accesscontrol: false,
|
||||
trimDefaults: false,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user