From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id F12A61FF0B3 for ; Fri, 11 Sep 2026 14:50:59 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 88B81214D9; Fri, 11 Sep 2026 14:50:56 +0200 (CEST) Date: Fri, 11 Sep 2026 14:50:50 +0200 From: Arthur Bied-Charreton To: Thomas Ellmenreich Subject: Re: [PATCH manager v3 1/2] fix #5475: configurable window title Message-ID: References: <20260727113746.188129-1-t.ellmenreich@proxmox.com> <20260727113746.188129-2-t.ellmenreich@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260727113746.188129-2-t.ellmenreich@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1789131041482 X-SPAM-LEVEL: Spam detection results: 0 AWL 1.521 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust 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: 4ZGFYT2WRNPYGUE4GNQLPTBR7QVRCI5E X-Message-ID-Hash: 4ZGFYT2WRNPYGUE4GNQLPTBR7QVRCI5E X-MailFrom: a.bied-charreton@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 CC: pve-devel@lists.proxmox.com X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Mon, Jul 27, 2026 at 01:37:45PM +0200, Thomas Ellmenreich wrote: > Added a new 'ui-settings' format string to the datacenter.cfg which now > has a 'title' option to configure the browser tab title for pve tabs. > > Adjusted the index.html templating to construct the correct window title > on every request according to the cluster configuration. > > Signed-off-by: Thomas Ellmenreich [...] this patch does not apply anymore on master, could you please send a rebased version?