[pdm-devel] [PATCH datacenter-manager] Revert "ui: remote add: mark adding PBS as experimental"

Christian Ebner c.ebner at proxmox.com
Mon Dec 1 13:24:54 CET 2025


This reverts commit 09fe630832e3ac3b0252e2c13792087999c3d57c.

The PBS integration has evolved since, so drop the experimental mark.
---
 ui/src/remotes/config.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/remotes/config.rs b/ui/src/remotes/config.rs
index abd21db..7d41828 100644
--- a/ui/src/remotes/config.rs
+++ b/ui/src/remotes/config.rs
@@ -180,7 +180,7 @@ impl LoadableComponent for PbsRemoteConfigPanel {
                                 })),
                         )
                         .with_item(
-                            MenuItem::new("Proxmox Backup Server (Experimental)")
+                            MenuItem::new("Proxmox Backup Server")
                                 .icon_class("fa fa-floppy-o")
                                 .on_select(link.change_view_callback(|_| {
                                     Some(ViewState::Add(RemoteType::Pbs))
-- 
2.47.3





More information about the pdm-devel mailing list