]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: node certificate: make parent panel scrollable
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 10 Oct 2022 08:12:01 +0000 (10:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 10 Oct 2022 14:28:28 +0000 (16:28 +0200)
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
to make ExtJS automatically add a scrollbar if the content overflows.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/node/Certificates.js

index ab9f0696ab42b625f5ded0132bf8ca07741bf633..97df3bd8dc2edacf1ca831292b0d633c746b5bd7 100644 (file)
@@ -5,6 +5,7 @@ Ext.define('PVE.node.CertificateView', {
     onlineHelp: 'sysadmin_certificate_management',
 
     mixins: ['Proxmox.Mixin.CBind'],
+    scrollable: true,
 
     items: [
        {