Add reportVariables feature toggle (#31469)

This commit is contained in:
Alex Khomenko
2021-02-26 08:55:08 +02:00
committed by GitHub
parent f451695ea6
commit 119963ada2
2 changed files with 2 additions and 0 deletions
@@ -50,6 +50,7 @@ export interface FeatureToggles {
* Available only in Grafana Enterprise
*/
meta: boolean;
reportVariables: boolean;
}
/**
+1
View File
@@ -56,6 +56,7 @@ export class GrafanaBootConfig implements GrafanaConfig {
meta: false,
ngalert: false,
panelLibrary: false,
reportVariables: false,
};
licenseInfo: LicenseInfo = {} as LicenseInfo;
rendererAvailable = false;