[pdm-devel] [PATCH datacenter-manager 2/2] ui: remote wizard: add placeholder for token field

Dominik Csapak d.csapak at proxmox.com
Thu Sep 11 09:49:37 CEST 2025


so users know what the format should be (like we have it in e.g. the PBS
storage edit window in PVE)

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 ui/src/remotes/wizard_page_info.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/src/remotes/wizard_page_info.rs b/ui/src/remotes/wizard_page_info.rs
index ff0e969..2fd7fd3 100644
--- a/ui/src/remotes/wizard_page_info.rs
+++ b/ui/src/remotes/wizard_page_info.rs
@@ -333,6 +333,7 @@ impl Component for PdmWizardPageInfo {
                     .name("tokenid")
                     .disabled(self.user_mode)
                     .required(!self.user_mode)
+                    .placeholder(tr!("Example: user at realm!token"))
                     .submit(false),
             )
             .with_right_field(
-- 
2.47.3





More information about the pdm-devel mailing list