]> git.proxmox.com Git - proxmox-backup.git/commit
ui: node certificate: make parent panel scrollable
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 11 Oct 2022 09:20:33 +0000 (11:20 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 11 Oct 2022 09:27:18 +0000 (11:27 +0200)
commit064a9a6bb1941861d8569796911ee74ebf9710ef
treec823b09f671282922df1a7bc0c645f9b0108be1a
parent237beaed93fb9130cb4eacc34020f2fc42f6daa4
ui: node certificate: make parent panel scrollable

The `ACME` panel may be rendered out of sight (overflow) when there
are enough SANs on the upper `Certificates` panel to push it down
enough and the browser/display height is too small.

Enable the `scrollable` config for the parent certificate view panel
in the y-axis (vertical) to make ExtJS automatically add a scrollbar
if the content overflows. Avoid enabling it for the x-axis too as
that breaks reflow of the layout if the browser window gets resized.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
 [T: fix commit message to one from manager ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/config/CertificateView.js