From bae8ad25e9ca910d4579a5a57c914728b7fc3abc Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Wed, 10 Jan 2024 16:49:55 +0100 Subject: [PATCH] feat(xo-web/tasks): hide /rrd_updates by default After an internal discussion with @Darkbeldin and @olivierlambert. --- CHANGELOG.unreleased.md | 1 + packages/xo-web/src/xo-app/tasks/index.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index d245af189..382c60216 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -9,6 +9,7 @@ - [Settings/Logs] Use GitHub issue form with pre-filled fields when reporting a bug [#7142](https://github.com/vatesfr/xen-orchestra/issues/7142) (PR [#7274](https://github.com/vatesfr/xen-orchestra/pull/7274)) - [REST API] New pool action: `emergency_shutdown`, it suspends all the VMs and then shuts down all the host [#7277](https://github.com/vatesfr/xen-orchestra/issues/7277) (PR [#7279](https://github.com/vatesfr/xen-orchestra/pull/7279)) +- [Tasks] Hide `/rrd_updates` tasks by default ### Bug fixes diff --git a/packages/xo-web/src/xo-app/tasks/index.js b/packages/xo-web/src/xo-app/tasks/index.js index 07906e2e0..228b5e62f 100644 --- a/packages/xo-web/src/xo-app/tasks/index.js +++ b/packages/xo-web/src/xo-app/tasks/index.js @@ -61,7 +61,7 @@ const TASK_ITEM_STYLE = { } const FILTERS = { - filterOutShortTasks: '!name_label: |(SR.scan host.call_plugin)', + filterOutShortTasks: '!name_label: |(SR.scan host.call_plugin "/rrd_updates")', } @connectStore(() => ({