[pdm-devel] applied: [PATCH datacenter-manager v2 4/4] ui: permission path selector: remove duplicate path entry

Wolfgang Bumiller w.bumiller at proxmox.com
Wed Oct 29 15:50:02 CET 2025


applied this one, thanks

But... apart from the notifications entry this list is sorted and you
removed the one that was in the right spot :P

(I re-sorted it in a followup commit ;-) )

On Fri, Oct 24, 2025 at 04:51:26PM +0200, Shannon Sterz wrote:
> otherwise the second one becomes unselectable due to clashing keys and
> error is logged.
> 
> Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
> ---
>  ui/src/configuration/permission_path_selector.rs | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/ui/src/configuration/permission_path_selector.rs b/ui/src/configuration/permission_path_selector.rs
> index b1a103e..92842d3 100644
> --- a/ui/src/configuration/permission_path_selector.rs
> +++ b/ui/src/configuration/permission_path_selector.rs
> @@ -21,7 +21,6 @@ static PREDEFINED_PATHS: &[&str] = &[
>      "/system/network",
>      "/system/network/dns",
>      "/system/network/interfaces",
> -    "/system/services",
>      "/system/status",
>      "/system/tasks",
>      "/system/time",
> -- 
> 2.47.3




More information about the pdm-devel mailing list