feat(xo-web/tasks): hide /rrd_updates by default
After an internal discussion with @Darkbeldin and @olivierlambert.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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(() => ({
|
||||
|
||||
Reference in New Issue
Block a user