🥅 Adds an option to surpress widget errors
This commit is contained in:
@@ -74,6 +74,7 @@ Dashy has support for displaying dynamic content in the form of widgets. There a
|
||||
- [Continuous Updates](#continuous-updates)
|
||||
- [Proxying Requests](#proxying-requests)
|
||||
- [Setting Timeout](#setting-timeout)
|
||||
- [Ignoring Errors](#ignoring-errors)
|
||||
- [Custom CSS Styling](#widget-styling)
|
||||
- [Customizing Charts](#customizing-charts)
|
||||
- [Language Translations](#language-translations)
|
||||
@@ -2040,6 +2041,21 @@ For example:
|
||||
|
||||
---
|
||||
|
||||
### Ignoring Errors
|
||||
|
||||
When there's an error fetching or displaying a widgets data, then it will be highlighted in yellow, and a message displayed on the UI.
|
||||
|
||||
In some instances, this is a false positive, and the widget is actually functioning correctly. If this is the case, you can disable the UI error message of a given widget by setting: `ignoreErrors: true`
|
||||
|
||||
```yaml
|
||||
- type: gl-disk-io
|
||||
ignoreErrors: true
|
||||
options:
|
||||
hostname: https://glances.dns-device.local
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### Widget Styling
|
||||
|
||||
Like elsewhere in Dashy, all colours can be easily modified with CSS variables.
|
||||
|
||||
Reference in New Issue
Block a user