mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 01:41:24 -06:00
Add reportVariables feature toggle (#31469)
This commit is contained in:
parent
f451695ea6
commit
119963ada2
@ -50,6 +50,7 @@ export interface FeatureToggles {
|
||||
* Available only in Grafana Enterprise
|
||||
*/
|
||||
meta: boolean;
|
||||
reportVariables: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -56,6 +56,7 @@ export class GrafanaBootConfig implements GrafanaConfig {
|
||||
meta: false,
|
||||
ngalert: false,
|
||||
panelLibrary: false,
|
||||
reportVariables: false,
|
||||
};
|
||||
licenseInfo: LicenseInfo = {} as LicenseInfo;
|
||||
rendererAvailable = false;
|
||||
|
Loading…
Reference in New Issue
Block a user