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

* [pve-devel] applied: [PATCH manager] ui: node/Certificates: make panel scrollable
  2022-10-10  8:12 [pve-devel] [PATCH manager] ui: node/Certificates: make panel scrollable Dominik Csapak
@ 2022-10-10 14:30 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2022-10-10 14:30 UTC (permalink / raw)
  To: Proxmox VE development discussion, Dominik Csapak

Am 10/10/2022 um 10:12 schrieb Dominik Csapak:
> 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(+)
> 
>

applied, with s/engouh/enough/ and a followup to limit this to the y-axis, as
making the browser window's width smaller created always a scroll bar instead
of re-flowing the columns width to the configured flex and/or min/max-widths,
thanks!




^ 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