public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Lukas Wagner <l.wagner@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [pdm-devel] [PATCH proxmox-yew-comp v3 3/3] task descriptions: add 'create_zone', 'create_vnet' and 'reloadnetworkall'
Date: Thu, 18 Dec 2025 14:28:07 +0100	[thread overview]
Message-ID: <20251218132809.241210-4-l.wagner@proxmox.com> (raw)
In-Reply-To: <20251218132809.241210-1-l.wagner@proxmox.com>

Since these were already present in the table we had in PDM.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
 src/utils/task_descriptions.rs | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/utils/task_descriptions.rs b/src/utils/task_descriptions.rs
index 136023c..0184edf 100644
--- a/src/utils/task_descriptions.rs
+++ b/src/utils/task_descriptions.rs
@@ -138,6 +138,8 @@ pub fn register_pve_tasks() {
     register_task_description("cephsetflags", tr!("Change global Ceph flags"));
     register_task_description("clustercreate", tr!("Create Cluster"));
     register_task_description("clusterjoin", tr!("Join Cluster"));
+    register_task_description("create_zone", tr!("Create EVPN Zone"));
+    register_task_description("create_vnet", tr!("Create EVPN VNet"));
     register_task_description("dircreate", (tr!("Directory Storage"), tr!("Create")));
     register_task_description("dirremove", (tr!("Directory"), tr!("Remove")));
     register_task_description("download", (tr!("File"), tr!("Download")));
@@ -175,6 +177,7 @@ 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)");
-- 
2.47.3



_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


  parent reply	other threads:[~2025-12-18 13:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-18 13:28 [pdm-devel] [PATCH datacenter-manager/proxmox-yew-comp v3 0/5] move task description table to yew-comp Lukas Wagner
2025-12-18 13:28 ` [pdm-devel] [PATCH proxmox-yew-comp v3 1/3] utils: move task descriptions to a submodule Lukas Wagner
2025-12-18 13:56   ` [pdm-devel] applied: " Dominik Csapak
2025-12-18 13:28 ` [pdm-devel] [PATCH proxmox-yew-comp v3 2/3] task descriptions: add PBS task descriptions Lukas Wagner
2025-12-18 13:56   ` [pdm-devel] applied: " Dominik Csapak
2025-12-18 13:28 ` Lukas Wagner [this message]
2025-12-18 13:56   ` [pdm-devel] applied: [PATCH proxmox-yew-comp v3 3/3] task descriptions: add 'create_zone', 'create_vnet' and 'reloadnetworkall' Dominik Csapak
2025-12-18 13:28 ` [pdm-devel] [PATCH datacenter-manager v3 1/2] ui: register task descriptions for some native PDM tasks Lukas Wagner
2025-12-18 13:28 ` [pdm-devel] [PATCH datacenter-manager v3 2/2] ui: use task descriptions from yew-comp for PBS and PVE Lukas Wagner
2025-12-18 13:59 ` [pdm-devel] [PATCH datacenter-manager/proxmox-yew-comp v3 0/5] move task description table to yew-comp Dominik Csapak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251218132809.241210-4-l.wagner@proxmox.com \
    --to=l.wagner@proxmox.com \
    --cc=pdm-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal