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 919411FF179 for ; Wed, 26 Nov 2025 22:15:15 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 63DA4157F0; Wed, 26 Nov 2025 22:15:28 +0100 (CET) From: Thomas Lamprecht To: pdm-devel@lists.proxmox.com, Dominik Csapak Date: Wed, 26 Nov 2025 22:15:09 +0100 Message-ID: <176419168989.1203971.14985272628584142723.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251126151833.3637080-1-d.csapak@proxmox.com> References: <20251126151833.3637080-1-d.csapak@proxmox.com> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1764191689141 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.148 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 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] applied: [PATCH datacenter-manager v5 00/26] 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" On Wed, 26 Nov 2025 16:17:53 +0100, Dominik Csapak wrote: > With this series, users are able to add/edit/delete custom views. > > NOTE: this series is based on lukas follow up series to the views[0] > but needs the change i mentioned in [1] to completely work. > > A new 'Views' menu entry is added where the CRUD ui sits, and an entry > for each view below it. > > [...] Applied, thanks! [01/26] lib: pdm-config: views: add locking/saving methods commit: 5fbce9ac65b92748dc557c5230970484ac50142e [02/26] lib: api-types: add 'layout' property to ViewConfig commit: 5e423bebce3039158741b9e4b619006129e9a4cd [03/26] server: api: implement CRUD api for views commit: 16256fb8043ed554e66ee4f6ffc4f3f448f06826 [04/26] server: api: resources: add 'view' category to search syntax commit: aa369f3db878f4f25ca349b018ed1dd1656fbe88 [05/26] ui: remote selector: allow forcing of value commit: 813d6da27463bd2e1e8437079f95eb94ef644027 [06/26] ui: dashboard types: add missing 'default's to de-serialization commit: ebb791fbcdc87196dfef419e6439c31bc42cad5a [07/26] ui: dashboard: status row: add optional 'editing state' commit: 8773f798342d88abda53d3c55312b58f2f9b6700 [08/26] ui: dashboard: prepare view for editing custom views commit: 07fddd49f7358d6975e7ceadd84afe91b8d66693 [09/26] ui: views: implement view loading from api commit: 0d734cb64969073a3b45442f4d7e6e9c79ceb539 [10/26] ui: views: make 'view' name property optional commit: acf78251fc145aa52900d8b22b9fe416ea9a3d55 [11/26] ui: views: add 'view' parameter to api calls commit: 589408f6329e9f5d38aa0a45359dca94638835dc [12/26] ui: views: save updated layout to backend commit: 25fcacb0148516e180213fd4266ffff45ebfe524 [13/26] ui: add view list context commit: 77fc9914353e04ff261aabdfd99fab8f3a7d32d0 [14/26] ui: configuration: add view CRUD panels commit: 34738a6afde00d1bcd573830ef420b26b08ba8d3 [15/26] ui: main menu: add optional view_list property commit: e6bfbb88622d21e624d8c1ccb270d27a1eac440f [16/26] ui: load view list on page init commit: 7b11a68448b1ca736936584b06697adaaa8fe184 [17/26] lib/ui: move views types to pdm-api-types commit: 5633ae438d823792a2d7408531aab63c09eb7cac [18/26] server: api: views: check layout string for validity commit: b311f4dec557ab220f193290511c7bbe4d456363 [19/26] ui: dashboard: add current view to search terms commit: 97ae738191c1d0517377d31fd87ebfedf7bc6b97 [20/26] ui: resource tree: fix loading logic commit: e10706d821be23ac3ffd80d2937eb0187cfb39b5 [21/26] ui: resource tree: move error message into first column commit: 0baee620cd6e87cb0fa64884bd4d465a6e198072 [22/26] ui: resource tree: use `ViewContext` to limit the api calls to a view commit: 3767103e4f80bc3ef6a962d393c8a36357b8e069 [23/26] ui: resource tree: show guest tags commit: 4e62b65354ec597b90c0a8b8b804014207613a87 [24/26] api-types/ui: add ResourceTree variant for WidgetType commit: 67f9f607efe216019f628b9b90e44c6998919a71 [25/26] ui: dashboard view: refactor widget rendering arguments into struct commit: c9468952e1bc986b363b9493c1f301c36fd720b1 [26/26] ui: resource tree/view: reload tree in a view on refresh commit: 8e483a733f0376af7d36d7668c4b4ee8b8d63a01 _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel