[pdm-devel] [PATCH proxmox-datacenter-manager 13/13] pve: sdn: add descriptions for sdn tasks
Stefan Hanreich
s.hanreich at proxmox.com
Fri Feb 28 16:18:03 CET 2025
Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
ui/src/tasks.rs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ui/src/tasks.rs b/ui/src/tasks.rs
index 6aa202a..1ce0c83 100644
--- a/ui/src/tasks.rs
+++ b/ui/src/tasks.rs
@@ -65,9 +65,11 @@ pub fn register_pve_tasks() {
register_task_description("qmstop", ("VM", tr!("Stop")));
register_task_description("qmsuspend", ("VM", tr!("Hibernate")));
register_task_description("qmtemplate", ("VM", tr!("Convert to template")));
+ register_task_description("reloadnetworkall", tr!("Apply SDN configuration"));
register_task_description("resize", ("VM/CT", tr!("Resize")));
register_task_description("spiceproxy", ("VM/CT", tr!("Console") + " (Spice)"));
register_task_description("spiceshell", tr!("Shell") + " (Spice)");
+ register_task_description("srvreload", tr!("Reload network configuration"));
register_task_description("startall", tr!("Bulk start VMs and Containers"));
register_task_description("stopall", tr!("Bulk shutdown VMs and Containers"));
register_task_description("suspendall", tr!("Suspend all VMs"));
--
2.39.5
More information about the pdm-devel
mailing list