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 8E9041FF133 for ; Mon, 11 May 2026 11:53:05 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 6B0B611E88; Mon, 11 May 2026 11:53:05 +0200 (CEST) From: Dominik Csapak To: yew-devel@lists.proxmox.com, Shannon Sterz Subject: applied: [PATCH yew-comp/yew-mobile-gui v2 00/21] firewall tabs and clean up for pve-yew-mobile-gui Date: Mon, 11 May 2026 11:52:24 +0200 Message-ID: <177849298019.1626675.8822897798702120860.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260508155722.464564-1-s.sterz@proxmox.com> References: <20260508155722.464564-1-s.sterz@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.075 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 KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: WEI4T6KDKAU5CRTNLBEVHM7TEO3GR642 X-Message-ID-Hash: WEI4T6KDKAU5CRTNLBEVHM7TEO3GR642 X-MailFrom: d.csapak@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Yew framework devel list at Proxmox List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Fri, 08 May 2026 17:57:01 +0200, Shannon Sterz wrote: > this series cleans up the pve-yew-mobile-gui a little bit. it does so by first > fixing a bug in proxmox-yew-comp. then pve-yew-mobile-gui is made clippy clean > again. the last six patches add, unify and clean up functionality in the gui. > the main changes are as follows: > > * properly populate the rules tab of the existing firewall tabs and comment out > empty sub-tabs. > * add a firewall tab for container guests and nodes > * two small ui clean ups in how subscription levels and cpu utilization is > rendered > > [...] Applied, thanks! squashed a small fixup in 12/21 [01/21] firewall rules panel: correct the url for the pve cluster firewall rules commit: a05b0c1a944bf3342b5fddd49fd3e94322ebaa33 [02/21] cargo.toml: globally ignore certain clippy lints commit: 31fda83344908323d4b59998dc6abc24a9666f99 [03/21] main: avoid unnecessary clones commit: c2ccfb0c6e4f2e6cbc82a563438376b3309f060c [04/21] tree-wide: collapse if statements commit: f10dc97255830ef9f31328b8a895159cd0700c14 [05/21] tree-wide: implement the `From` trait instead of the `Into` trait commit: 0c62833f71607a2c8d90b447d6710fe1305c5ba0 [06/21] tree-wide: implement `Default` for types with an `new()` constructor commit: 3bcb639c1e456785ab295648614832a21c24b473 [07/21] tree-wide: remove unnecessary lazy evaluations commit: 4173a5e90db92ee45261c80be8c79171846d85e4 [08/21] tree-wide: remove needless borrows commit: e3c1cd8c5ebce7bb41ff8ecf4625a5aaa5cfaccb [09/21] configuration page: remove redundant static lifetimes commit: 0b9525eb6b368ba35b584fa29c788af52016f0da [10/21] resources/configuration page: remove useless `.into()` calls commit: 07f1a95eb6926f6752857c78088d09c095c0737f [11/21] tree-wide: fix several clippy lints commit: c8a369028fe8448f6be162b359baba7df54f1904 [12/21] dashboard: use proper plural translation string instead of "CPU(s)" commit: 26ea71263b80df3399ffeeaeb4ec038599cac008 [13/21] configuration: clarify that "Firewall" shows the cluster's firewall commit: a1233120feeed29017c93fd070113a41b8c49dc2 [14/21] cluster/qemu firewall: use rules panel and comment out unused tabs commit: 98ef0104f3b5b097f55d9d8166cc7075c0d3e316 [15/21] qemu status page: align icons better with tabs commit: a9baaa248c09d1d9eb6db45eda8581a547fe1489 [16/21] lxc page: align layout for lxc guest with qemu guests commit: 4a4a6df306e21fe3b9f63fe13351c1a87c4f9eda [17/21] lxc: add support for a rudimentary firewall tab for lxc guests commit: cac3e750ce074ca3d3d3098cd1bfd84abc5156b3 [18/21] node status: align layout for node status with guest pages commit: 947581f6c1508dd1e296818eac4ee2ff37555b4d [19/21] node: add a rudimentary firewall tab for cluster nodes commit: 85760c0486377dd26d61206aaee9d35333238636 [20/21] api types: remove unused file commit: b1ce9aa13bc9c4243dbf631ad992a70d205d0c9d [21/21] resources page: map subscription level analogous to dashboard commit: 2cbeef57356763db05e2796df924f13fd1f46764