feat(xo-web): show if an incremental backup is a delta or a full

This commit is contained in:
Florent Beauchamp
2023-12-19 15:42:59 +01:00
committed by Julien Fontanet
parent e13d55bfa9
commit cec8237a47
4 changed files with 18 additions and 1 deletions
+2
View File
@@ -15,6 +15,7 @@
- [Plugin/auth-saml] Add _Force re-authentication_ setting [Forum#67764](https://xcp-ng.org/forum/post/67764) (PR [#7232](https://github.com/vatesfr/xen-orchestra/pull/7232))
- [HTTP] `http.useForwardedHeaders` setting can be enabled when XO is behind a reverse proxy to fetch clients IP addresses from `X-Forwarded-*` headers [Forum#67625](https://xcp-ng.org/forum/post/67625) (PR [#7233](https://github.com/vatesfr/xen-orchestra/pull/7233))
- [Backup]Use multiple link to speedup NBD backup (PR [#7216](https://github.com/vatesfr/xen-orchestra/pull/7216))
- [Backup] Show if disk is differential or full in incremental backups (PR [#7222](https://github.com/vatesfr/xen-orchestra/pull/7222))
### Bug fixes
@@ -51,5 +52,6 @@
- xo-server-auth-saml minor
- xo-server-transport-email major
- xo-server-transport-slack patch
- xo-web patch
<!--packages-end-->