Avoid hidding all info when copy pasting the exemple config

This commit is contained in:
Bastien Wirtz 2022-12-20 20:47:56 +01:00
parent 53726ecc1a
commit 49c2023b8e

View File

@ -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)
```