all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] ui: node/Certificates: make panel scrollable
@ 2022-10-10  8:12 Dominik Csapak
  2022-10-10 14:30 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2022-10-10  8:12 UTC (permalink / raw)
  To: pve-devel

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@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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-10 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-10  8:12 [pve-devel] [PATCH manager] ui: node/Certificates: make panel scrollable Dominik Csapak
2022-10-10 14:30 ` [pve-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal