From 94a5104975073e592d0535fed980c02e9a002351 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 22 May 2025 12:22:50 +0200 Subject: [PATCH] Update pulse.json --- frontend/public/json/pulse.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/pulse.json b/frontend/public/json/pulse.json index 4e261ef..09da31d 100644 --- a/frontend/public/json/pulse.json +++ b/frontend/public/json/pulse.json @@ -31,5 +31,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "Create Proxmox-API-Token first: `https: //github.com/rcourtman/Pulse?tab=readme-ov-file#creating-a-proxmox-api-token`", + "type": "Info" + } + ] }