From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with UTF8SMTPS id BE89068B5E for ; Wed, 11 Nov 2020 13:07:39 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with UTF8SMTP id AB4232BCF8 for ; Wed, 11 Nov 2020 13:07:09 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with UTF8SMTPS id AFF452BCE6 for ; Wed, 11 Nov 2020 13:07:08 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with UTF8SMTP id 732814215B for ; Wed, 11 Nov 2020 13:07:08 +0100 (CET) To: pbs-devel@lists.proxmox.com References: <20201111100846.28545-1-a.lauterer@proxmox.com> From: Dominik Csapak Message-ID: <0bba9e97-55ff-6b0a-e69c-862af84d40b6@proxmox.com> Date: Wed, 11 Nov 2020 13:07:06 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:83.0) Gecko/20100101 Thunderbird/83.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.002 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment NICE_REPLY_A -0.001 Looks like a legit reply (A) 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 URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [hbs.in] URIBL_SBL 0.644 Contains an URL's NS IP listed in the Spamhaus SBL blocklist [hbs.in] URIBL_SBL_A 0.1 Contains URL's A record listed in the Spamhaus SBL blocklist [index.html.hbs.in] Subject: Re: [pbs-devel] [PATCH xtermjs] fix console window title for rust template X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2020 12:07:39 -0000 On 11/11/20 12:22 PM, Thomas Lamprecht wrote: > On 11.11.20 11:08, Aaron Lauterer wrote: >> The nodename was missing from the title because the variable name is >> capitalized. >> >> Signed-off-by: Aaron Lauterer >> --- >> src/www/index.html.hbs.in | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/src/www/index.html.hbs.in b/src/www/index.html.hbs.in >> index ecbea1b..0dba066 100644 >> --- a/src/www/index.html.hbs.in >> +++ b/src/www/index.html.hbs.in >> @@ -1,7 +1,7 @@ >> >> >> >> - {{ nodename }} - Proxmox Console >> + {{ NodeName }} - Proxmox Console >> >> >> >> > > this does not apply here? > > just fyi, it does here... master is on commit b0b1ab07886b801c1f40861e73579fa0f93ca3a0 (origin/master) Author: Thomas Lamprecht Date: Fri Aug 28 13:51:48 2020 +0200 bump version to 4.7.0-2 Signed-off-by: Thomas Lamprecht