From 50b81994748b8b615d65ae295ea5422f0046b902 Mon Sep 17 00:00:00 2001 From: 3thibaut1304 Date: Sat, 5 Jul 2025 01:18:45 +0200 Subject: [PATCH] Update docs with 'display version' --- docs/customservices.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/customservices.md b/docs/customservices.md index c1f0812..6a52ad1 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -536,14 +536,13 @@ See ## Prometheus -For Prometheus you need to set the type to Prometheus and provide a url. +For Prometheus you need to set the type to Prometheus and provide a url. This will display the version on desktops. ```yaml - name: "Prometheus" - type: Prometheus + type: "Prometheus" logo: "assets/tools/sample.png" url: "http://192.168.0.151/" - # subtitle: "Monitor data server" ``` ## Proxmox