Add update actions card feature (#30446)

This commit is contained in:
Paul Bottein 2024-01-28 19:06:50 +01:00 committed by GitHub
parent 6b602ca2c9
commit 0c4c2e1896
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 27 additions and 0 deletions

View File

@ -448,6 +448,33 @@ type:
type: string
{% endconfiguration %}
## Update actions
Widget that displays actions to install or skip an [update](/integrations/update).
<p class='img'>
<img src='/images/dashboards/features/update_actions.png' alt='Screenshot of the tile card with update actions feature'>
Screenshot of the tile card with update actions feature
</p>
```yaml
features:
- type: "update-actions"
backup: "ask"
```
{% configuration features %}
type:
required: true
description: "`update-actions`"
type: string
backup:
required: false
description: Whether a backup should be done before updating. The value can be `ask`, `yes`, or `no`. `ask` will open a dialog to ask if a backup should be done.
type: list
default: ask
{% endconfiguration %}
## Vacuum commands
Widget that displays buttons to control a [vacuum](/integrations/vacuum).

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB