feat(backup-ng): add XOSAN in excluded tags by default (#3563)
Fixes #2128
This commit is contained in:
parent
8569dbf985
commit
8cd66af3f8
@ -2,6 +2,8 @@
|
||||
|
||||
## *next*
|
||||
|
||||
- [Backup NG] Add "XOSAN" in excluted tags by default [#2128](https://github.com/vatesfr/xen-orchestra/issues/3563) (PR [#3559](https://github.com/vatesfr/xen-orchestra/pull/3563))
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [Users] Display user groups [#3719](https://github.com/vatesfr/xen-orchestra/issues/3719) (PR [#3740](https://github.com/vatesfr/xen-orchestra/pull/3740))
|
||||
|
@ -159,7 +159,7 @@ const getInitialState = () => ({
|
||||
snapshotMode: false,
|
||||
srs: [],
|
||||
tags: {
|
||||
notValues: ['Continuous Replication', 'Disaster Recovery'],
|
||||
notValues: ['Continuous Replication', 'Disaster Recovery', 'XOSAN'],
|
||||
},
|
||||
vms: [],
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user