From: Dominik Csapak <d.csapak@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [pdm-devel] [PATCH datacenter-manager] ui: pve: guests: actually use diskread/write for disk io graphs
Date: Thu, 19 Dec 2024 13:41:25 +0100 [thread overview]
Message-ID: <20241219124125.2374554-1-d.csapak@proxmox.com> (raw)
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
reply other threads:[~2024-12-19 12:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241219124125.2374554-1-d.csapak@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=pdm-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.