Commit Graph

5 Commits

Author SHA1 Message Date
Dominik Csapak
bfe027027f 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>
2022-10-11 11:31:02 +02:00
Thomas Lamprecht
5b75abc7c3 server certificates: add icons
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-13 19:10:58 +02:00
Thomas Lamprecht
a78fbb7037 certs: show onlineHelp tool linking directly to context chapter
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-03-18 10:42:09 +01:00
Thomas Lamprecht
a7f1529c34 acme config view: derive from panel not container
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-03-18 10:41:28 +01:00
Wolfgang Bumiller
c083fb770d add certificates and acme view
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-03-16 14:15:09 +01:00