From 6a594c50cb93bef05f786998ea812f40a695966d Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Mon, 10 Oct 2022 10:12:01 +0200 Subject: [PATCH] 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 to make ExtJS automatically add a scrollbar if the content overflows. Signed-off-by: Dominik Csapak Signed-off-by: Thomas Lamprecht --- www/manager6/node/Certificates.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/manager6/node/Certificates.js b/www/manager6/node/Certificates.js index ab9f0696..97df3bd8 100644 --- a/www/manager6/node/Certificates.js +++ b/www/manager6/node/Certificates.js @@ -5,6 +5,7 @@ Ext.define('PVE.node.CertificateView', { onlineHelp: 'sysadmin_certificate_management', mixins: ['Proxmox.Mixin.CBind'], + scrollable: true, items: [ {