all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] ui: config/CertificateView: enable vertical scrolling
@ 2022-10-11  9:20 Dominik Csapak
  2022-10-11  9:29 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2022-10-11  9:20 UTC (permalink / raw)
  To: pbs-devel

with many SANs or small browser windows, this is necessary to see
the ACME panel

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 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: [
 	{
-- 
2.30.2





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

end of thread, other threads:[~2022-10-11  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11  9:20 [pbs-devel] [PATCH proxmox-backup] ui: config/CertificateView: enable vertical scrolling Dominik Csapak
2022-10-11  9:29 ` [pbs-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