[pdm-devel] [PATCH datacenter-manager 3/3] ui: set prodcut realm so that the add user dialogs are rendered properly

Shannon Sterz s.sterz at proxmox.com
Wed Jan 14 13:35:26 CET 2026


just noticed the typo in the subject line, should be "product", not
"prodcut" ofc

On Mon Jan 12, 2026 at 1:24 PM CET, Shannon Sterz wrote:
> without setting this the add user dialog won't display the fields for
> the password and confirming the password anymore
>
> Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
> ---
>  ui/src/configuration/mod.rs | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ui/src/configuration/mod.rs b/ui/src/configuration/mod.rs
> index 18fc396..6ffb64b 100644
> --- a/ui/src/configuration/mod.rs
> +++ b/ui/src/configuration/mod.rs
> @@ -68,7 +68,7 @@ pub fn access_control() -> Html {
>                  Container::new()
>                      .class("pwt-content-spacer")
>                      .class(pwt::css::FlexFit)
> -                    .with_child(UserPanel::new())
> +                    .with_child(UserPanel::new().product_realm(AttrValue::from("pdm")))
>                      // forces a reload when the tab becomes visible again
>                      .key(format!(
>                          "user-management-{}",





More information about the pdm-devel mailing list