Whitelabeling: Add a config option to hide the Grafana edition from the footer (#73412)

This commit is contained in:
Joao Silva
2023-08-18 15:09:36 +01:00
committed by GitHub
parent 1976ac0695
commit 3bb23d6be7
5 changed files with 17 additions and 10 deletions
+1
View File
@@ -111,6 +111,7 @@ type FrontendSettingsWhitelabelingDTO struct {
LoginSubtitle *string `json:"loginSubtitle,omitempty"`
LoginBoxBackground *string `json:"loginBoxBackground,omitempty"`
LoadingLogo *string `json:"loadingLogo,omitempty"`
HideEdition *bool `json:"hideEdition,omitempty"`
PublicDashboardFooter *FrontendSettingsPublicDashboardFooterConfigDTO `json:"publicDashboardFooter,omitempty"` // PR TODO: type this properly
}