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

Christian Ebner c.ebner at proxmox.com
Tue Sep 30 10:02:07 CEST 2025


This reverts commit f9b6ba357f52a2cfd122e1318dc547b742c88541.

By setting the `Pbs3Ticket` compat mode when login to PBS version 3
instances, the token creation and setting of permissions now works as
intended also for older versions.

Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
changes since version 1:
- no changes

 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