fix(xo-web/host/stats): network throughput legend labels (#5483)
See xoa-support#3211
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user