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 90C721FF183 for ; Wed, 10 Sep 2025 13:53:33 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 16A981FAF9; Wed, 10 Sep 2025 13:53:38 +0200 (CEST) From: Dominik Csapak To: pdm-devel@lists.proxmox.com Date: Wed, 10 Sep 2025 13:52:48 +0200 Message-ID: <20250910115259.3530107-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 -2.475 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 SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_DBL_SPAM 5 Contains a spam URL listed in the Spamhaus DBL blocklist [tasks.rs] Subject: [pdm-devel] [PATCH datacenter-manager/yew-comp 0/6] ui: add remote task panel and filtering 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 adds a remote filter on the "global" remote task list, and a per remote task list as well. For this there is a new top level entitity in the pve tree (Remote). Note that this series needs a bumped pwt (for the node_ref)/yew-comp and my recent node_ref patch to work fully. proxmox-yew-comp: Dominik Csapak (1): tasks: add optional fixed filter src/tasks.rs | 12 ++++++++++++ 1 file changed, 12 insertions(+) proxmox-datacenter-manager: Dominik Csapak (5): ui: adapt to new node_ref semantic for new pwt ui: remote: tasks: add remote filter ui: remote: tasks: add optional remote property to filter ui: pve: tree: use correct key for the root node ui: pve: tree: add remote tasks panel ui/src/dashboard/top_entities.rs | 8 +++--- ui/src/pve/mod.rs | 7 +++-- ui/src/pve/tree.rs | 20 +++++++++----- ui/src/remotes/mod.rs | 3 ++- ui/src/remotes/tasks.rs | 45 +++++++++++++++++++++++--------- ui/src/widget/search_box.rs | 26 +++++++++--------- 6 files changed, 71 insertions(+), 38 deletions(-) Summary over all repositories: 7 files changed, 83 insertions(+), 38 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