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 CBEBC1FF15C for ; Fri, 14 Nov 2025 11:56:19 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 8B200E4B1; Fri, 14 Nov 2025 11:57:15 +0100 (CET) Message-ID: <4f592260-938e-401a-8839-90c5bcfa3590@proxmox.com> Date: Fri, 14 Nov 2025 11:56:42 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta To: Lukas Wagner , Proxmox Datacenter Manager development discussion References: <20251112161900.75032-1-d.csapak@proxmox.com> Content-Language: en-US From: Dominik Csapak In-Reply-To: X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1763117776385 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.029 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: Re: [pdm-devel] [PATCH datacenter-manager 00/18] enable custom views on the UI 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" On 11/14/25 11:20 AM, Lukas Wagner wrote: > On Wed Nov 12, 2025 at 5:11 PM CET, Dominik Csapak wrote: >> With this series, users are able to add/edit/delete custom views. >> >> NOTE: this series is based on Lukas' series (v4) for the backend[0] >> >> A new 'Views' menu entry is added where the CRUD ui sits, and an entry >> for each view below it. >> >> The includes/excludes are editable from the CRUD grid, and the layout is >> editable in the view itself. >> >> For now i opted to make the layout part of the `ViewConfig` struct, but >> as a simple json-string only, because we're not able to use the >> api-macro (for now; the rust enum features i use are currently not >> supported there). To verify it regardless, we try to deserialize >> the layout in the add/update call, so that no wrong layout can enter >> the config (via the api). >> >> The patch 'ui: dashboard: prepare view for editint custom views' >> is adapted from my last series, but all other changes are new, >> especially the CRUD api. >> >> There are still a few parts missing/wrong, namely >> * while the api is prepared, clicking on guest status items does not >> yet populate the search field with a '+view:foo' term >> * subscriptions panels are still added by default when none is in the >> layout itself (the plan is to move the subscription notice) >> * i'm still working on making the 'resource tree' a full widget that >> users can add to their views. >> > > Seems like this needs a rebase :) yep, i'll send one today _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel