Fix CPU utilization presentation in dashboard changes since v1: * sum up products of cpu and maxcpu per node; and divide by total maxcpu * make strings translatable
Dominik Rusovac (3): run cargo fmt fix #7330: dashboard: display CPU utilization correctly dashboard: clarify presentation of CPU utilization src/pages/page_dashboard.rs | 10 +++++----- src/pages/page_node_status/dashboard_panel.rs | 4 ++-- src/pages/page_node_status/services_panel.rs | 2 +- src/pages/page_not_found.rs | 2 +- src/widgets/guest_backup_panel.rs | 6 +++--- src/widgets/storage_content_panel.rs | 2 +- src/widgets/task_list_button.rs | 2 +- src/widgets/tasks_panel.rs | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) -- 2.47.3
