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 -```