[pdm-devel] [PATCH proxmox-datacenter-manager v2 3/5] ui: pve: promote node.rs to dir-style module
Lukas Wagner
l.wagner at proxmox.com
Wed Sep 3 13:41:21 CEST 2025
This module will house the different tabs for various views (overview,
updates, etc.).
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
Tested-by: Stefan Hanreich <s.hanreich at proxmox.com>
Reviewed-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
ui/src/pve/{node.rs => node/mod.rs} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename ui/src/pve/{node.rs => node/mod.rs} (100%)
diff --git a/ui/src/pve/node.rs b/ui/src/pve/node/mod.rs
similarity index 100%
rename from ui/src/pve/node.rs
rename to ui/src/pve/node/mod.rs
--
2.47.2
More information about the pdm-devel
mailing list