From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 032DA1FF15C for ; Fri, 28 Nov 2025 11:19:01 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 74110162CC; Fri, 28 Nov 2025 11:19:22 +0100 (CET) From: Dominik Csapak To: pdm-devel@lists.proxmox.com Date: Fri, 28 Nov 2025 11:18:18 +0100 Message-ID: <20251128101848.1580111-1-d.csapak@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.120 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment POISEN_SPAM_PILL 0.1 Meta: its spam POISEN_SPAM_PILL_1 0.1 random spam to be learned in bayes POISEN_SPAM_PILL_3 0.1 random spam to be learned in bayes SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pdm-devel] [PATCH datacenter-manager/proxmox/yew-comp 0/8] ui: add remote datacenter/node notes panels X-BeenThere: pdm-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Datacenter Manager development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" not editable currently. One special thing is how we handle the /cluster/options api call, see the relevant commits for details proxmox: Dominik Csapak (2): pve api types: add node config get api call pve api types: add cluster options api call pve-api-types/generate.pl | 15 +- pve-api-types/src/generated/code.rs | 36 ++- pve-api-types/src/generated/types.rs | 335 ++++++++++++++++++++++++--- pve-api-types/src/types/verifiers.rs | 28 +++ 4 files changed, 370 insertions(+), 44 deletions(-) proxmox-yew-comp: Dominik Csapak (1): notes edit: hide toolbar when editing is not possible src/notes_view.rs | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) proxmox-datacenter-manager: Dominik Csapak (5): server: api: add nodes config api server: api: pve: add cluster options api call ui: pve: rename remote module ui: pve: nodes: add panel for notes ui: pve: datacenter: add remote notes panel server/src/api/pve/mod.rs | 24 ++++++ server/src/api/pve/node.rs | 22 ++++- ui/src/pve/mod.rs | 10 +-- ui/src/pve/node/mod.rs | 25 ++++-- ui/src/pve/remote/mod.rs | 84 ++++++++++++++++++++ ui/src/pve/{remote.rs => remote_overview.rs} | 0 6 files changed, 153 insertions(+), 12 deletions(-) create mode 100644 ui/src/pve/remote/mod.rs rename ui/src/pve/{remote.rs => remote_overview.rs} (100%) Summary over all repositories: 11 files changed, 533 insertions(+), 67 deletions(-) -- Generated by git-murpp 0.8.1 _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel