mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
add aws config (#31464)
This commit is contained in:
parent
0e43d96b13
commit
df3d84f161
@ -70,6 +70,8 @@ export class GrafanaBootConfig implements GrafanaConfig {
|
||||
marketplaceUrl?: string;
|
||||
expressionsEnabled = false;
|
||||
customTheme?: any;
|
||||
awsAllowedAuthProviders: string[] = [];
|
||||
awsAssumeRoleEnabled = false;
|
||||
|
||||
constructor(options: GrafanaBootConfig) {
|
||||
this.theme = options.bootData.user.lightTheme ? getTheme(GrafanaThemeType.Light) : getTheme(GrafanaThemeType.Dark);
|
||||
|
Loading…
Reference in New Issue
Block a user