public inbox for pdm-devel@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

* [pdm-devel] applied: [PATCH datacenter-manager] ui: dashboard: fix typo in icon
  2025-08-28 14:16 [pdm-devel] [PATCH datacenter-manager] ui: dashboard: fix typo in icon Dominik Csapak
@ 2025-08-28 19:41 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-08-28 19:41 UTC (permalink / raw)
  To: pdm-devel, Dominik Csapak

On Thu, 28 Aug 2025 16:16:09 +0200, Dominik Csapak wrote:
> 'cubses' is not a valid FontAwesome icon, should be 'cubes'
> 
> 

Applied, with the respective Fixes trailer added to the commit message,
thanks!

[1/1] ui: dashboard: fix typo in icon
      commit: 687ba1115e14dca3ae7c56c1fb555f2d2753216d


_______________________________________________
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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal