From 064a9a6bb1941861d8569796911ee74ebf9710ef Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 11 Oct 2022 11:20:33 +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 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 [T: fix commit message to one from manager ] Signed-off-by: Thomas Lamprecht --- www/config/CertificateView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/config/CertificateView.js b/www/config/CertificateView.js index d1e26632..bbee40e7 100644 --- a/www/config/CertificateView.js +++ b/www/config/CertificateView.js @@ -28,6 +28,7 @@ Ext.define('PBS.config.CertificatesView', { defaults: { border: false, }, + scrollable: 'y', items: [ {