mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Types: add reportGrid to the feature toggles (#25689)
* Types: add reportGrid to the feature toggles * Chore: add reportGrid to the default config
This commit is contained in:
parent
4853770db3
commit
eb792490d6
@ -40,6 +40,7 @@ export interface FeatureToggles {
|
|||||||
*/
|
*/
|
||||||
meta: boolean;
|
meta: boolean;
|
||||||
datasourceInsights: boolean;
|
datasourceInsights: boolean;
|
||||||
|
reportGrid: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -54,6 +54,7 @@ export class GrafanaBootConfig implements GrafanaConfig {
|
|||||||
newEdit: false,
|
newEdit: false,
|
||||||
meta: false,
|
meta: false,
|
||||||
datasourceInsights: false,
|
datasourceInsights: false,
|
||||||
|
reportGrid: false,
|
||||||
};
|
};
|
||||||
licenseInfo: LicenseInfo = {} as LicenseInfo;
|
licenseInfo: LicenseInfo = {} as LicenseInfo;
|
||||||
rendererAvailable = false;
|
rendererAvailable = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user