diff --git a/source/dashboards/features.markdown b/source/dashboards/features.markdown index fa704c88bc6..144d11b6937 100644 --- a/source/dashboards/features.markdown +++ b/source/dashboards/features.markdown @@ -448,6 +448,33 @@ type: type: string {% endconfiguration %} +## Update actions + +Widget that displays actions to install or skip an [update](/integrations/update). + +

+ Screenshot of the tile card with update actions feature + Screenshot of the tile card with update actions feature +

+ +```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). diff --git a/source/images/dashboards/features/update_actions.png b/source/images/dashboards/features/update_actions.png new file mode 100644 index 00000000000..96ae46de6e0 Binary files /dev/null and b/source/images/dashboards/features/update_actions.png differ