all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager] ui: dashboard: fix typo in icon
@ 2025-08-28 14:16 Dominik Csapak
  2025-08-28 19:41 ` [pdm-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2025-08-28 14:16 UTC (permalink / raw)
  To: pdm-devel

'cubses' is not a valid FontAwesome icon, should be 'cubes'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 ui/src/dashboard/mod.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/dashboard/mod.rs b/ui/src/dashboard/mod.rs
index 84efb1b..2478d66 100644
--- a/ui/src/dashboard/mod.rs
+++ b/ui/src/dashboard/mod.rs
@@ -159,7 +159,7 @@ impl PdmDashboard {
     fn create_guest_panel(&self, guest_type: GuestType, status: &GuestStatusCount) -> Panel {
         let (icon, title) = match guest_type {
             GuestType::Qemu => ("desktop", tr!("Virtual Machines")),
-            GuestType::Lxc => ("cubses", tr!("Linux Container")),
+            GuestType::Lxc => ("cubes", tr!("Linux Container")),
         };
         Panel::new()
             .flex(1.0)
-- 
2.47.2



_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-08-28 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-28 14:16 [pdm-devel] [PATCH datacenter-manager] ui: dashboard: fix typo in icon Dominik Csapak
2025-08-28 19:41 ` [pdm-devel] applied: " Thomas Lamprecht

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal