Compare commits

...

2 Commits

Author SHA1 Message Date
Mohamedox
301f2f5d72 update changelog 2019-11-29 14:45:45 +01:00
Mohamedox
a3be8dc6fa fix(xo-web/host): netdata host url 2019-11-29 14:41:28 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Host] Fix Enable Live Telemetry button state (PR [#4686](https://github.com/vatesfr/xen-orchestra/pull/4686))
- [Host] Fix Advanced Live Telemetry URL (PR [#4687](https://github.com/vatesfr/xen-orchestra/pull/4687))
### Released packages

View File

@@ -153,7 +153,7 @@ export default class extends Component {
_setRemoteSyslogHost = value => setRemoteSyslogHost(this.props.host, value)
_accessAdvancedLiveTelemetry = () =>
window.open(`/netdata/${this.props.host.hostname}`)
window.open(`/netdata/host/${this.props.host.hostname}`)
_enableAdvancedLiveTelemetry = async host => {
await enableAdvancedLiveTelemetry(host)