mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 13:36:37 +00:00
ui: node certificate: make parent panel scrollable
The `ACME` panel may be rendered out of sight (overflow) when there are enough SANs on the upper `Certificates` panel to push it down enough and the browser/display height is too small. Enable the `scrollable` config for the parent certificate view panel to make ExtJS automatically add a scrollbar if the content overflows. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a66ad60f57
commit
6a594c50cb
@ -5,6 +5,7 @@ Ext.define('PVE.node.CertificateView', {
|
|||||||
onlineHelp: 'sysadmin_certificate_management',
|
onlineHelp: 'sysadmin_certificate_management',
|
||||||
|
|
||||||
mixins: ['Proxmox.Mixin.CBind'],
|
mixins: ['Proxmox.Mixin.CBind'],
|
||||||
|
scrollable: true,
|
||||||
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user