From 49c2023b8e7eea6b28113b43beca29ee865faebc Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Tue, 20 Dec 2022 20:47:56 +0100 Subject: Avoid hidding all info when copy pasting the exemple config --- docs/customservices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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: 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) ``` -- cgit v1.2.3