Whitelabeling: Add a config option to hide the Grafana edition from the footer (#73412)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user