mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 23:22:16 +08:00
FeatureToggles: typed as optional booleans (#43925)
This commit is contained in:
@ -61,18 +61,7 @@ export class GrafanaBootConfig implements GrafanaConfig {
|
||||
theme: GrafanaTheme;
|
||||
theme2: GrafanaTheme2;
|
||||
pluginsToPreload: PreloadPlugin[] = [];
|
||||
featureToggles: FeatureToggles = {
|
||||
accesscontrol: false,
|
||||
trimDefaults: false,
|
||||
tempoServiceGraph: false,
|
||||
tempoSearch: false,
|
||||
tempoBackendSearch: false,
|
||||
recordedQueries: false,
|
||||
newNavigation: false,
|
||||
fullRangeLogsVolume: false,
|
||||
queryOverLive: false,
|
||||
dashboardPreviews: false,
|
||||
};
|
||||
featureToggles: FeatureToggles = {};
|
||||
licenseInfo: LicenseInfo = {} as LicenseInfo;
|
||||
rendererAvailable = false;
|
||||
rendererVersion = '';
|
||||
|
Reference in New Issue
Block a user