feat(xo-web/tasks): hide /rrd_updates by default

After an internal discussion with @Darkbeldin and @olivierlambert.
This commit is contained in:
Julien Fontanet
2024-01-10 16:49:55 +01:00
parent c96b29fe96
commit bae8ad25e9
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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(() => ({