parent
cd70d3ea46
commit
99e03b7ce5
@ -396,7 +396,7 @@
|
||||
|
||||
- [Backup NG] Make report recipients configurable in the backup settings [#4581](https://github.com/vatesfr/xen-orchestra/issues/4581) (PR [#4646](https://github.com/vatesfr/xen-orchestra/pull/4646))
|
||||
- [Host] Advanced Live Telemetry (PR [#4680](https://github.com/vatesfr/xen-orchestra/pull/4680))
|
||||
- [Plugin][web hooks](https://xen-orchestra.com/docs/web-hooks.html) [#1946](https://github.com/vatesfr/xen-orchestra/issues/1946) (PR [#3155](https://github.com/vatesfr/xen-orchestra/pull/3155))
|
||||
- [Plugin][web hooks](https://xen-orchestra.com/docs/advanced.html#web-hooks) [#1946](https://github.com/vatesfr/xen-orchestra/issues/1946) (PR [#3155](https://github.com/vatesfr/xen-orchestra/pull/3155))
|
||||
|
||||
### Enhancements
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
- [Proxy] Don't use configured HTTP proxy to connect to XO proxy
|
||||
- [Backup with proxy] Correctly log job-level errors
|
||||
- [XO] Fix a few broken documentation links (PR [#5146](https://github.com/vatesfr/xen-orchestra/pull/5146))
|
||||
|
||||
### Packages to release
|
||||
|
||||
@ -31,4 +32,5 @@
|
||||
>
|
||||
> In case of conflict, the highest (lowest in previous list) `$version` wins.
|
||||
|
||||
- xo-web patch
|
||||
- xo-server patch
|
||||
|
@ -106,7 +106,7 @@ class TableFilter extends Component {
|
||||
<Tooltip content={_('filterSyntaxLinkTooltip')}>
|
||||
<a
|
||||
className='input-group-addon'
|
||||
href='https://xen-orchestra.com/docs/search.html#filter-syntax'
|
||||
href='https://xen-orchestra.com/docs/manage_infrastructure.html#filter-syntax'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
>
|
||||
|
@ -153,9 +153,9 @@ const ReportRecipients = decorate([
|
||||
])
|
||||
|
||||
const SR_BACKEND_FAILURE_LINK =
|
||||
'https://xen-orchestra.com/docs/backup_troubleshooting.html#srbackendfailure44-insufficient-space'
|
||||
'https://xen-orchestra.com/docs/backup_troubleshooting.html#sr-backend-failure-44'
|
||||
|
||||
const BACKUP_NG_DOC_LINK = 'https://xen-orchestra.com/docs/backups.html'
|
||||
const BACKUP_NG_DOC_LINK = 'https://xen-orchestra.com/docs/backup.html'
|
||||
|
||||
const ThinProvisionedTip = ({ label }) => (
|
||||
<Tooltip content={_(label)}>
|
||||
|
@ -1016,7 +1016,7 @@ export default class Home extends Component {
|
||||
<Tooltip content={_('filterSyntaxLinkTooltip')}>
|
||||
<a
|
||||
className='input-group-addon'
|
||||
href='https://xen-orchestra.com/docs/search.html#filter-syntax'
|
||||
href='https://xen-orchestra.com/docs/manage_infrastructure.html#filter-syntax'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
>
|
||||
|
@ -495,8 +495,8 @@ export default class NewXosan extends Component {
|
||||
<div className='alert alert-danger'>
|
||||
{_('xosanDisperseWarning', {
|
||||
link: (
|
||||
<a href='https://xen-orchestra.com/docs/xosan_types.html'>
|
||||
xen-orchestra.com/docs/xosan_types.html
|
||||
<a href='https://xen-orchestra.com/docs/xosan.html#xosan-types'>
|
||||
https://xen-orchestra.com/docs/xosan.html#xosan-types
|
||||
</a>
|
||||
),
|
||||
})}
|
||||
|
Loading…
Reference in New Issue
Block a user