forked from extern/homer
Avoid hidding all info when copy pasting the exemple config
This commit is contained in:
parent
53726ecc1a
commit
49c2023b8e
@ -305,7 +305,7 @@ Configuration example:
|
||||
api_token: "PVEAPIToken=root@pam!your-api-token-name=your-api-token-key"
|
||||
# values below this line are optional (default value are false/empty):
|
||||
hide_decimals: true # removes decimals from stats values.
|
||||
hide: ["vms", "vms_total", "lxcs", "lxcs_total", "disk", "mem", "cpu"] # hides values included in the array
|
||||
hide: [] # hides information. Possible values are "vms", "vms_total", "lxcs", "lxcs_total", "disk", "mem" and "cpu".
|
||||
small_font_on_small_screens: true # uses small font on small screens (like mobile)
|
||||
small_font_on_desktop: true # uses small font on desktops (just in case you're showing much info)
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user