mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Core: Make application title customizable for WL (#22401)
* Core: Add custom app title * Docs: Update White Labeling title customization * Core: set back export for Branding types
This commit is contained in:
@@ -20,6 +20,7 @@ Grafana Enterprise has white labeling options in the `grafana.ini` file (can als
|
||||
|
||||
You can change the following elements:
|
||||
|
||||
- Application Title
|
||||
- Login Background
|
||||
- Login Logo
|
||||
- Side menu top logo
|
||||
@@ -31,6 +32,9 @@ You can change the following elements:
|
||||
```ini
|
||||
# Enterprise only
|
||||
[white_labeling]
|
||||
# Set to your company name to override application title
|
||||
;app_title =
|
||||
|
||||
# Set to complete URL to override login logo
|
||||
;login_logo =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user