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 ESMTPS id 33C5D67CB7 for ; Tue, 10 Nov 2020 14:41:27 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 24D942214A for ; Tue, 10 Nov 2020 14:40:57 +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 ESMTPS id B6ABB22140 for ; Tue, 10 Nov 2020 14:40:56 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 7A6E646054 for ; Tue, 10 Nov 2020 14:40:56 +0100 (CET) To: Aaron Lauterer , Proxmox Backup Server development discussion References: <20201110123850.21491-1-a.lauterer@proxmox.com> <20201110123850.21491-2-a.lauterer@proxmox.com> <4d5c6c92-ff04-ece6-9662-cbc3939d3d16@proxmox.com> From: Thomas Lamprecht Message-ID: <22418550-2e56-31e0-ec5e-df8cd88d7835@proxmox.com> Date: Tue, 10 Nov 2020 14:40:55 +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 Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-SPAM-LEVEL: Spam detection results: 0 AWL -0.101 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 Subject: Re: [pbs-devel] [PATCH proxmox-backup 2/3] ui: onlinehelp update with sysadmin_host_administration 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: Tue, 10 Nov 2020 13:41:27 -0000 On 10.11.20 14:15, Aaron Lauterer wrote: > This=C2=A0was=C2=A0phrased=C2=A0a=C2=A0bit=C2=A0confusing.=C2=A0This=C2= =A0was=C2=A0not=C2=A0removed=C2=A0manually=C2=A0but=C2=A0when=C2=A0I=C2=A0= ran=C2=A0a=C2=A0`make=C2=A0OnlineHelpInfo.js`=C2=A0they=C2=A0were=C2=A0re= moved. > So=C2=A0yeah,=C2=A0no=C2=A0idea=C2=A0why=C2=A0they=C2=A0were=C2=A0added= =C2=A0in=C2=A0the=C2=A0first=C2=A0place=C2=A0but=C2=A0there=C2=A0is=C2=A0= something=C2=A0going=C2=A0on=C2=A0that=C2=A0I=C2=A0do=C2=A0not=C2=A0fully= =C2=A0understand=C2=A0yet=C2=A0but=C2=A0definitely=C2=A0a=C2=A0result=C2=A0= of=C2=A0the=C2=A0quick=C2=A0hack=C2=A0to=C2=A0not=C2=A0scan=C2=A0the=C2=A0= JS=C2=A0source=C2=A0files=C2=A0for=C2=A0help=C2=A0keys=C2=A0that=C2=A0are= =C2=A0actually=C2=A0in=C2=A0use. >=20 Ok, so rather a misunderstanding on my part when reading the commit messa= ge. In any way, I hope you get now the same online help file generated than I= here.