parent
0242c440ef
commit
5ebc38d196
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue