Re: [pve-devel] [PATCH manager 1/3] show optional consent-banner before login

2024-12-04 Thread Gabriel Goller
On 03.12.2024 18:24, Thomas Lamprecht wrote: Am 03.12.24 um 16:29 schrieb Gabriel Goller: Add ConsentBanner variable to html template and populate it from the `datacenter.cfg` config file. Add Datacenter option to set the text and trigger the popup on login. Signed-off-by: Gabriel Goller ---

Re: [pve-devel] [PATCH manager 1/3] show optional consent-banner before login

2024-12-03 Thread Thomas Lamprecht
Am 03.12.24 um 16:29 schrieb Gabriel Goller: > Add ConsentBanner variable to html template and populate it from the > `datacenter.cfg` config file. Add Datacenter option to set the text and > trigger the popup on login. > > Signed-off-by: Gabriel Goller > --- > PVE/Service/pveproxy.pm

[pve-devel] [PATCH manager 1/3] show optional consent-banner before login

2024-12-03 Thread Gabriel Goller
Add ConsentBanner variable to html template and populate it from the `datacenter.cfg` config file. Add Datacenter option to set the text and trigger the popup on login. Signed-off-by: Gabriel Goller --- PVE/Service/pveproxy.pm| 4 +++- www/index.html.tpl | 3 ++- ww