feat(backup-ng): add XOSAN in excluded tags by default (#3563)

Fixes #2128
This commit is contained in:
Enishowk 2018-12-03 15:04:38 +01:00 committed by Julien Fontanet
parent 8569dbf985
commit 8cd66af3f8
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -159,7 +159,7 @@ const getInitialState = () => ({
snapshotMode: false,
srs: [],
tags: {
notValues: ['Continuous Replication', 'Disaster Recovery'],
notValues: ['Continuous Replication', 'Disaster Recovery', 'XOSAN'],
},
vms: [],
})