[pdm-devel] [PATCH proxmox-yew-comp 1/1] sdn: add descriptions for sdn tasks
Stefan Hanreich
s.hanreich at proxmox.com
Fri Feb 28 16:17:50 CET 2025
Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
src/utils.rs | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/utils.rs b/src/utils.rs
index d500b6d..d0ade32 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -225,6 +225,9 @@ pub fn init_task_descr_table_base() {
register_task_description("srvstop", (tr!("Setrvice"), tr!("Stop")));
register_task_description("srvrestart", (tr!("Service"), tr!("Restart")));
register_task_description("srvreload", (tr!("Service"), tr!("Reload")));
+
+ register_task_description("create_zone", tr!("Create EVPN VRF (Zone)"));
+ register_task_description("create_vnet", tr!("Create EVPN VNet"));
}
/// Uses information from the given [`UPID`] to render the task description with [`format_task_description`]
--
2.39.5
More information about the pdm-devel
mailing list