From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 3C39C1FF17E for ; Thu, 13 Nov 2025 14:31:19 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 363471C6EC; Thu, 13 Nov 2025 14:32:13 +0100 (CET) From: Shannon Sterz To: pdm-devel@lists.proxmox.com Date: Thu, 13 Nov 2025 14:32:05 +0100 Message-ID: <20251113133208.426106-1-s.sterz@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1763040703990 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.061 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 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. 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/yew-comp v5 0/3] add node status panel to proxmox datacenter manager 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" this series slightly adapts the previously applied node status panel and integrates it into pdm. the first commit changes the way we display kernel version, dropping the preempt mode and similar information to get this more aligned with pve/pbs. the second commit makes the fingerprint and power management buttons of the NodeStatusPanel opt-in. finally, the panel is integrated into pdm as a new tab in the Node Status tab. Changelog --------- changes since v4: - add opt-in power management buttons back to the NodeStatusPanel (thanks @ Thomas Lamprecht) - add a separate toolbar back in, in the tab of the Administration menu (thanks @ Thomas Lamprecht) changes since v3: - move shutdown and reboot button to the panel again and remove the additional toolbar. also make the panel appear like a card. (thanks @ Lukas Wagner) changes since v2: - parts of this series got applied already (thanks @ Thomas Lamprecht) - add a patch adapting the way we render the kernel version (thanks @ Thomas Lamprecht & Lukas Wagner) - make the node status panel a panel in a new "Node Status" tab in der "Administration" menu instead of a widget changes since v1: - move the node status panel to its own widget type in pdm - properly import api feature (thanks @ Dominik Csapak) - smaller clean ups (thanks @ Dominik Csapak) proxmox-yew-comp: Shannon Sterz (2): node_info: only use build date from kernel version node status panel: make power management and fingerprint buttons opt-in src/node_info.rs | 4 +++- src/node_status_panel.rs | 35 +++++++++++++++++++++++++---------- 2 files changed, 28 insertions(+), 11 deletions(-) proxmox-datacenter-manager: Shannon Sterz (1): ui: add a Node Status tab to the administration panel ui/Cargo.toml | 1 + ui/src/administration/mod.rs | 9 +++ ui/src/administration/node_status.rs | 117 +++++++++++++++++++++++++++ 3 files changed, 127 insertions(+) create mode 100644 ui/src/administration/node_status.rs Summary over all repositories: 5 files changed, 155 insertions(+), 11 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