[pdm-devel] [PATCH datacenter-manager 2/2] Revert "ui: add wizard: note that login currently only works for PBS 4"

Christian Ebner c.ebner at proxmox.com
Mon Oct 6 13:33:11 CEST 2025


This reverts commit f9b6ba357f52a2cfd122e1318dc547b742c88541.

proxmox-login version 1.0.2 fixes the compatibility issues and PDM
depends on it, so the warning message in the remote add wizard is
obsolete.
---
 ui/src/remotes/wizard_page_info.rs | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/ui/src/remotes/wizard_page_info.rs b/ui/src/remotes/wizard_page_info.rs
index b6ad5b3..7fffdd1 100644
--- a/ui/src/remotes/wizard_page_info.rs
+++ b/ui/src/remotes/wizard_page_info.rs
@@ -379,21 +379,6 @@ impl Component for PdmWizardPageInfo {
         let content = Column::new()
             .class(FlexFit)
             .with_child(Row::new().with_child(input_panel))
-            .with_child(
-                Row::new()
-                    .padding(2)
-                    .gap(2)
-                    .class(css::AlignItems::Center)
-                    .with_optional_child(
-                        if props.remote_type == RemoteType::Pbs && self.user_mode {
-                            Some(tr!(
-                                "Note: Login currently requires Proxmox Backup Server version 4."
-                            ))
-                        } else {
-                            None
-                        },
-                    ),
-            )
             .with_child(
                 Row::new()
                     .padding(2)
-- 
2.47.3





More information about the pdm-devel mailing list