status
This widget visually represents a status using a combination of icons and colors. The status widget can be used alone or combined with another widget inside a widget/group.
The status returned is based on a boolean condition.
Core options | |
---|---|
statuses | Define at least one or more statuses based on conditions. First evaluated to true will be used. The statuses property includes:
|
Other options | |
---|---|
top | |
bottom | The titles component will be added to the bottom of the widget. |
color | Choose a color from the provided color palette for the icon. The default color is black if the property is not specified in the YAML. |
footer | Add text to the footer of the widget. |
footerAlign | Align the footer text to left, right, center. |
placeholder | Specify a placeholder text to display if there is no data, for example - title: No data to display. |
top | The titles component will be added to the top of the widget. |