]> git.proxmox.com Git - pve-manager.git/commit
ui: ceph install wizard: fix config exists note position
authorAaron Lauterer <a.lauterer@proxmox.com>
Tue, 10 Aug 2021 13:27:26 +0000 (15:27 +0200)
committerDominik Csapak <d.csapak@proxmox.com>
Fri, 1 Oct 2021 07:36:07 +0000 (09:36 +0200)
commit5839e002a82a417aebb550a0d2ef82da0521c6ab
tree9bbabc8e9db35b27017a088b0a8139390fad5092
parent45d602f212ff8611590b55a066e8fb268a74aebb
ui: ceph install wizard: fix config exists note position

During the Ceph installation, in the configuration step, a note is shown
if there already is a Ceph configuration present. This notification
should be in the center of the wizard but is currently barely visible.

ExtJS is having trouble calculating the position and the result is that
the note is placed almost out of the visible area.

Setting a fixed height helps ExtJS calculate the vertical position.
Changing from the 'beforeshow' listener to the 'afterrender' one helps
for the horizontal position.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
www/manager6/ceph/CephInstallWizard.js