aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-12-20 20:47:56 +0100
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-12-20 20:47:56 +0100
commit49c2023b8e7eea6b28113b43beca29ee865faebc (patch)
treea3a40dfe4abc2a1031d62a51bacc7a511a18548a
parent53726ecc1ad039f70b37647865d1d03fb0b87395 (diff)
downloadhomer-49c2023b8e7eea6b28113b43beca29ee865faebc.tar.gz
homer-49c2023b8e7eea6b28113b43beca29ee865faebc.tar.zst
homer-49c2023b8e7eea6b28113b43beca29ee865faebc.zip
Avoid hidding all info when copy pasting the exemple config
-rw-r--r--docs/customservices.md2
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```