[pmg-devel] [PATCH pmg-gui] CertificateView: enable vertical scrolling

Dominik Csapak d.csapak at proxmox.com
Tue Oct 11 11:23:28 CEST 2022


like for PVE/PBS: with many SANs or small browser windows, this is
necessary to see the 'ACME' panel

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 js/Certificates.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/js/Certificates.js b/js/Certificates.js
index 894255e..84ce862 100644
--- a/js/Certificates.js
+++ b/js/Certificates.js
@@ -28,6 +28,7 @@ Ext.define('PMG.CertificateView', {
     alias: 'widget.pmgCertificatesView',
 
     title: gettext('Certificates'),
+    scrollable: 'y',
 
     items: [
 	{
-- 
2.30.2





More information about the pmg-devel mailing list