]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: node certificate: make panel only vertical scrollable
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 10 Oct 2022 14:23:52 +0000 (16:23 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 10 Oct 2022 14:28:28 +0000 (16:28 +0200)
Otherwise, a browser window breaks the responsive horizontal
flex-flow/grid-column resize, and just displays the vertical scroll
bar instead, which can look a bit odd.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/node/Certificates.js

index 97df3bd8dc2edacf1ca831292b0d633c746b5bd7..042453228f19ed83e49a68dc6637167fca8d25cc 100644 (file)
@@ -5,7 +5,7 @@ Ext.define('PVE.node.CertificateView', {
     onlineHelp: 'sysadmin_certificate_management',
 
     mixins: ['Proxmox.Mixin.CBind'],
-    scrollable: true,
+    scrollable: 'y',
 
     items: [
        {