From 1147fc858fc3036047bd6052768cbe252256ba08 Mon Sep 17 00:00:00 2001 From: Jayden <5250189+lukyjay@users.noreply.github.com> Date: Mon, 9 Jun 2025 21:34:19 +0800 Subject: [PATCH] Documentation: fix beszel documentation typo (#5400) --- docs/widgets/services/beszel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/services/beszel.md b/docs/widgets/services/beszel.md index 5d8222c9d..bc5336501 100644 --- a/docs/widgets/services/beszel.md +++ b/docs/widgets/services/beszel.md @@ -9,7 +9,7 @@ The widget has two modes, a single system with detailed info if `systemId` is pr The `systemID` is the `id` field on the collections page of Beszel under the PocketBase admin panel. You can also use the 'nice name' from the Beszel UI. -A "superuser" is currently required to access the data from tbe Beszel API. +A "superuser" is currently required to access the data from the Beszel API. Allowed fields for 'overview' mode: `["systems", "up"]` Allowed fields for a single system: `["name", "status", "updated", "cpu", "memory", "disk", "network"]`