* [pdm-devel] [PATCH datacenter-manager] ui: permission path selector: add `/view` as a default path
@ 2025-12-02 12:42 Shannon Sterz
2025-12-02 14:01 ` Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Shannon Sterz @ 2025-12-02 12:42 UTC (permalink / raw)
To: pdm-devel
in the future we should pre-populate this properly with a list of
available views too.
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
a bit of a stop-gap, but better than nothing imo.
ui/src/configuration/permission_path_selector.rs | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui/src/configuration/permission_path_selector.rs b/ui/src/configuration/permission_path_selector.rs
index 730905d..9da8bc4 100644
--- a/ui/src/configuration/permission_path_selector.rs
+++ b/ui/src/configuration/permission_path_selector.rs
@@ -25,6 +25,7 @@ static PREDEFINED_PATHS: &[&str] = &[
"/system/status",
"/system/tasks",
"/system/time",
+ "/view"
];
#[widget(comp=PdmPermissionPathSelector, @input, @element)]
--
2.47.3
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-02 14:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-02 12:42 [pdm-devel] [PATCH datacenter-manager] ui: permission path selector: add `/view` as a default path Shannon Sterz
2025-12-02 14:01 ` Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.