fix(xo-web/host/stats): network throughput legend labels (#5483)

See xoa-support#3211
This commit is contained in:
Mathieu
2021-01-15 10:02:10 +01:00
committed by GitHub
parent c6bc2ea485
commit 2655421171
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
- [XOA/update] Add a link to the channel's changelog (PR [#5494](https://github.com/vatesfr/xen-orchestra/pull/5494))
- Assign custom date-time fields on pools, hosts, SRs, and VMs in advanced tab [#4730](https://github.com/vatesfr/xen-orchestra/issues/4730) (PR [#5473](https://github.com/vatesfr/xen-orchestra/pull/5473))
- [Health] Show duplicated MAC addresses with their VIFs, VMs and networks [#5448](https://github.com/vatesfr/xen-orchestra/issues/5448) (PR [#5468](https://github.com/vatesfr/xen-orchestra/pull/5468))
- [Host/stats] Show interfaces' names in graph "Network throughput" instead of PIFs' indices (PR [#5483](https://github.com/vatesfr/xen-orchestra/pull/5483))
### Bug fixes

View File

@@ -375,7 +375,7 @@ export const PifLineChart = injectIntl(({ addSumSeries, data, options = {}, intl
<ChartistGraph
type='Line'
data={{
series: buildSeries({ addSumSeries, stats, label: 'Pif' }),
series: buildSeries({ addSumSeries, stats, label: 'eth' }),
}}
options={{
...makeOptions({