]> git.proxmox.com Git - pve-manager.git/commit
ui: fix Guest Summary Notes height
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 18 Jun 2021 11:34:09 +0000 (13:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Jun 2021 11:37:07 +0000 (13:37 +0200)
commit164a86abd55daccfe7b9a5b9c0c6e6a01fffe9dc
tree4fccb31e53b47f346c3f116cc331ad888966eb83
parentb4546c7ec2b7efba9d6735adbee882c50ea8d576
ui: fix Guest Summary Notes height

fixes 'infinite' height of the guest notes, by setting the height on the
container a level up

the notes view itself is already scrollable, so if it is too large,
there'll be a scrollbar

this does not change anything for templates, as there we show nothing
under the notes and thus there the infinite height is ok

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/panel/GuestStatusView.js
www/manager6/panel/GuestSummary.js