[pdm-devel] [PATCH datacenter-manager 07/13] ui: remote updates: show table header

Lukas Wagner l.wagner at proxmox.com
Thu Nov 27 11:44:41 CET 2025


There will be multiple columns, the column headers will be needed to
avoid confusion.

Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
 ui/src/remotes/updates.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/remotes/updates.rs b/ui/src/remotes/updates.rs
index 16703552..895eaa13 100644
--- a/ui/src/remotes/updates.rs
+++ b/ui/src/remotes/updates.rs
@@ -324,7 +324,7 @@ impl UpdateTreeComponent {
             .selection(self.selection.clone())
             .striped(false)
             .borderless(true)
-            .show_header(false)
+            .show_header(true)
             .class(css::FlexFit);
 
         let refresh_all_button = Button::new(tr!("Refresh all")).on_activate({
-- 
2.47.3





More information about the pdm-devel mailing list