diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/customservices.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index 88e4e2f..8b94cad 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -305,7 +305,7 @@ Configuration example: | |||
305 | api_token: "PVEAPIToken=root@pam!your-api-token-name=your-api-token-key" | 305 | api_token: "PVEAPIToken=root@pam!your-api-token-name=your-api-token-key" |
306 | # values below this line are optional (default value are false/empty): | 306 | # values below this line are optional (default value are false/empty): |
307 | hide_decimals: true # removes decimals from stats values. | 307 | hide_decimals: true # removes decimals from stats values. |
308 | hide: ["vms", "vms_total", "lxcs", "lxcs_total", "disk", "mem", "cpu"] # hides values included in the array | 308 | hide: [] # hides information. Possible values are "vms", "vms_total", "lxcs", "lxcs_total", "disk", "mem" and "cpu". |
309 | small_font_on_small_screens: true # uses small font on small screens (like mobile) | 309 | small_font_on_small_screens: true # uses small font on small screens (like mobile) |
310 | small_font_on_desktop: true # uses small font on desktops (just in case you're showing much info) | 310 | small_font_on_desktop: true # uses small font on desktops (just in case you're showing much info) |
311 | ``` | 311 | ``` |