all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager] ui: views: fixed typos in widget names
@ 2025-12-02 13:09 Gabriel Goller
  2025-12-02 14:01 ` Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Goller @ 2025-12-02 13:09 UTC (permalink / raw)
  To: pdm-devel

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
 ui/src/dashboard/view/row_view.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/src/dashboard/view/row_view.rs b/ui/src/dashboard/view/row_view.rs
index df5552c33431..e0b295c17d02 100644
--- a/ui/src/dashboard/view/row_view.rs
+++ b/ui/src/dashboard/view/row_view.rs
@@ -592,14 +592,14 @@ fn create_menu(ctx: &yew::Context<RowViewComp>, new_coords: Position) -> Menu {
                         ),
                     )
                     .with_item(
-                        MenuItem::new(tr!("Nodes With the Hightest CPU Usagge)")).on_select(
+                        MenuItem::new(tr!("Nodes with Highest CPU Usage")).on_select(
                             create_callback(WidgetType::Leaderboard {
                                 leaderboard_type: LeaderboardType::NodeCpu,
                             }),
                         ),
                     )
                     .with_item(
-                        MenuItem::new(tr!("Nodes With the Highest Memory Usage")).on_select(
+                        MenuItem::new(tr!("Nodes with Highest Memory Usage")).on_select(
                             create_callback(WidgetType::Leaderboard {
                                 leaderboard_type: LeaderboardType::NodeMemory,
                             }),
-- 
2.47.3



_______________________________________________
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-12-02 14:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-02 13:09 [pdm-devel] [PATCH datacenter-manager] ui: views: fixed typos in widget names Gabriel Goller
2025-12-02 14:01 ` 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