]> 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:39:19 +0000 (13:39 +0200)
commit0d08e3e8686de80927d73895942c02137b6f1031
tree344f59862db025fa5b9d6153a8f984bf401f79ca
parentd817b524497e5f394ecd4fbac504e3e3b2f9c254
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>
(cherry picked from commit 8530bc4149ee09f149c584870e0c4df5e6066a70)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/panel/GuestStatusView.js
www/manager6/panel/GuestSummary.js