Report free and paid transfer separately on filesystem details window

This commit is contained in:
2025-01-27 14:09:41 +01:00
parent 3f08de7846
commit 47f513a967
2 changed files with 56 additions and 32 deletions

View File

@@ -106,14 +106,14 @@ onMount(() => {
];
graph_bandwidth.data().datasets = [
{
label: "Total bandwidth",
label: "Free transfer",
borderWidth: 2,
pointRadius: 0,
borderColor: color_by_name("highlight_color"),
backgroundColor: color_by_name("highlight_color"),
},
{
label: "Premium bandwidth",
label: "Premium transfer",
borderWidth: 2,
pointRadius: 0,
borderColor: color_by_name("danger_color"),