* [pdm-devel] [PATCH datacenter-manager] ui: pve: guests: actually use diskread/write for disk io graphs
@ 2024-12-19 12:41 Dominik Csapak
0 siblings, 0 replies; only message in thread
From: Dominik Csapak @ 2024-12-19 12:41 UTC (permalink / raw)
To: pdm-devel
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
ui/src/pve/lxc.rs | 4 ++--
ui/src/pve/qemu.rs | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ui/src/pve/lxc.rs b/ui/src/pve/lxc.rs
index 73671c6..c43ac9e 100644
--- a/ui/src/pve/lxc.rs
+++ b/ui/src/pve/lxc.rs
@@ -415,8 +415,8 @@ impl yew::Component for LxcanelComp {
v.to_string()
}
})
- .serie0(Some(self.netin.clone()))
- .serie1(Some(self.netout.clone())),
+ .serie0(Some(self.diskread.clone()))
+ .serie1(Some(self.diskwrite.clone())),
),
),
)
diff --git a/ui/src/pve/qemu.rs b/ui/src/pve/qemu.rs
index b886be2..4fe85cc 100644
--- a/ui/src/pve/qemu.rs
+++ b/ui/src/pve/qemu.rs
@@ -423,8 +423,8 @@ impl yew::Component for QemuPanelComp {
v.to_string()
}
})
- .serie0(Some(self.netin.clone()))
- .serie1(Some(self.netout.clone())),
+ .serie0(Some(self.diskread.clone()))
+ .serie1(Some(self.diskwrite.clone())),
),
),
)
--
2.39.5
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-19 12:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-19 12:41 [pdm-devel] [PATCH datacenter-manager] ui: pve: guests: actually use diskread/write for disk io graphs Dominik Csapak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox