[pve-devel] [PATCH manager] ui: node/Certificates: make panel scrollable
Dominik Csapak
d.csapak at proxmox.com
Mon Oct 10 10:12:01 CEST 2022
the 'ACME' panel may scroll out of sight when there are enough SANs on
the Certificates or the display is small engouh, so enable scrolling for
that panel
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
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: [
{
--
2.30.2
More information about the pve-devel
mailing list