Update beszel.md

This commit is contained in:
shamoon 2024-11-12 06:15:56 -08:00 committed by GitHub
parent 1a46c97a7f
commit 9067265d32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,3 @@ widget:
password: password password: password
systemId: systemId # optional 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
```