feat(xo-web/backup/new): enable created schedules by default (#5280)
See xoa-support#2921
This commit is contained in:
parent
1990bf3d7a
commit
0b8a7c0d09
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
- [Host/Advanced] Add the field `IOMMU` if it is defined (PR [#5294](https://github.com/vatesfr/xen-orchestra/pull/5294))
|
- [Host/Advanced] Add the field `IOMMU` if it is defined (PR [#5294](https://github.com/vatesfr/xen-orchestra/pull/5294))
|
||||||
- [Backup logs/report] Hide merge task when no merge is done (PR [#5263](https://github.com/vatesfr/xen-orchestra/pull/5263))
|
- [Backup logs/report] Hide merge task when no merge is done (PR [#5263](https://github.com/vatesfr/xen-orchestra/pull/5263))
|
||||||
|
- [New backup] Enable created schedules by default (PR [#5280](https://github.com/vatesfr/xen-orchestra/pull/5280))
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
|
@ -595,6 +595,7 @@ const New = decorate([
|
|||||||
{
|
{
|
||||||
copyRetention,
|
copyRetention,
|
||||||
cron,
|
cron,
|
||||||
|
enabled = true,
|
||||||
exportRetention,
|
exportRetention,
|
||||||
id,
|
id,
|
||||||
name,
|
name,
|
||||||
@ -607,6 +608,7 @@ const New = decorate([
|
|||||||
[id]: {
|
[id]: {
|
||||||
...schedules[id],
|
...schedules[id],
|
||||||
cron,
|
cron,
|
||||||
|
enabled,
|
||||||
id,
|
id,
|
||||||
name,
|
name,
|
||||||
timezone,
|
timezone,
|
||||||
|
Loading…
Reference in New Issue
Block a user