From 9067265d32998cea2f2939e9930ab659836641de Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 12 Nov 2024 06:15:56 -0800 Subject: [PATCH] Update beszel.md --- docs/widgets/services/beszel.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/widgets/services/beszel.md b/docs/widgets/services/beszel.md index 34a8737a3..bad0bde86 100644 --- a/docs/widgets/services/beszel.md +++ b/docs/widgets/services/beszel.md @@ -18,13 +18,3 @@ widget: password: password systemId: systemId # optional ``` - -To show specific fields for a single system (up to a maximum of 4), add a `fields` to the widget config above. For example: - -```yaml -fields: - - cpu - - memory - - disk - - network -```