(cherry picked from commit 3aba08f708)
Co-authored-by: Kevin Minehart <kmineh0151@gmail.com>
This commit is contained in:
co-authored by
Kevin Minehart
parent
52e2a2403f
commit
fca62d20d6
@@ -83,6 +83,9 @@ export class GrafanaBootConfig implements GrafanaConfig {
|
||||
azure: AzureSettings = {
|
||||
managedIdentityEnabled: false,
|
||||
};
|
||||
caching = {
|
||||
enabled: false,
|
||||
};
|
||||
|
||||
constructor(options: GrafanaBootConfig) {
|
||||
const mode = options.bootData.user.lightTheme ? 'light' : 'dark';
|
||||
|
||||
Reference in New Issue
Block a user