[pdm-devel] [PATCH datacenter-manager v2 4/4] ui: permission path selector: remove duplicate path entry
Shannon Sterz
s.sterz at proxmox.com
Fri Oct 24 16:51:26 CEST 2025
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