Fix doc for default theme

fixes #3539
This commit is contained in:
Eric Lippmann 2018-11-19 17:31:42 +01:00
parent 0242c440ef
commit 5ebc38d196
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ file = "/usr/share/icingaweb2/log/icingaweb2.log"
Option | Description
-------------------------|-----------------------------------------------
theme | **Optional.** Choose the theme. Can be set to `Icinga`, `high-contrast`, `Winter` or your own installed theme. Defaults to `Icinga`. Note that this setting is case-sensitive because it refers to the filename of the theme.
default | **Optional.** Choose the default theme. Can be set to `Icinga`, `high-contrast`, `Winter` or your own installed theme. Defaults to `Icinga`. Note that this setting is case-sensitive because it refers to the filename of the theme.
disabled | **Optional.** Set this to `1` if users should not be allowed to change their theme. Defaults to `0`.
Example:
@ -73,5 +73,5 @@ Example:
```
[themes]
disabled = "1"
theme = "Icinga"
default = "high-contrast"
```