* [pmg-devel] [PATCH pmg-gui] CertificateView: enable vertical scrolling
@ 2022-10-11 9:23 Dominik Csapak
2022-10-11 9:32 ` [pmg-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2022-10-11 9:23 UTC (permalink / raw)
To: pmg-devel
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@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-11 9:32 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:23 [pmg-devel] [PATCH pmg-gui] CertificateView: enable vertical scrolling Dominik Csapak
2022-10-11 9:32 ` [pmg-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