public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager 1/2] ui: disable 'my settings' menu item
@ 2024-12-19  9:33 Dominik Csapak
  2024-12-19  9:33 ` [pdm-devel] [PATCH datacenter-manager 2/2] ui: disable documentation button Dominik Csapak
  2024-12-19 11:05 ` [pdm-devel] applied: [PATCH datacenter-manager 1/2] ui: disable 'my settings' menu item Thomas Lamprecht
  0 siblings, 2 replies; 5+ messages in thread
From: Dominik Csapak @ 2024-12-19  9:33 UTC (permalink / raw)
  To: pdm-devel

not yet implemented

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

diff --git a/ui/src/top_nav_bar.rs b/ui/src/top_nav_bar.rs
index 9d9d59d..3a9f16c 100644
--- a/ui/src/top_nav_bar.rs
+++ b/ui/src/top_nav_bar.rs
@@ -142,7 +142,8 @@ impl Component for PdmTopNavBar {
             .map(|cb| Callback::from(move |_event: MenuEvent| cb.emit(())));
 
         let menu = Menu::new()
-            .with_item(MenuItem::new(tr!("My Settings")).icon_class("fa fa-gear"))
+            // FIXME: implement
+            //.with_item(MenuItem::new(tr!("My Settings")).icon_class("fa fa-gear"))
             .with_item(
                 MenuItem::new(tr!("Language"))
                     .icon_class("fa fa-language")
-- 
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] 5+ messages in thread

end of thread, other threads:[~2024-12-19 11:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-19  9:33 [pdm-devel] [PATCH datacenter-manager 1/2] ui: disable 'my settings' menu item Dominik Csapak
2024-12-19  9:33 ` [pdm-devel] [PATCH datacenter-manager 2/2] ui: disable documentation button Dominik Csapak
2024-12-19  9:58   ` Maximiliano Sandoval
2024-12-19 10:17     ` Thomas Lamprecht
2024-12-19 11:05 ` [pdm-devel] applied: [PATCH datacenter-manager 1/2] ui: disable 'my settings' menu item 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