]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
ComboGrid: make height for the error configurable
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 18 Jan 2023 13:12:57 +0000 (14:12 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 18 Jan 2023 14:13:37 +0000 (15:13 +0100)
commitc071b0c30243c10bf504b5bb33f3f1caa4dfde60
tree865af402c921d816a36c1095c1f6661f00b01f00
parentaa157deb47e28f6e28ae3d9001b90e8afa4fd0cb
ComboGrid: make height for the error configurable

by introducing a errorHeight config property. This is necessary when
the ComboGrid has e.g. a toolbar and we show the error in the grid body
only, 100 pixels is not enough then. To solve that without hardcoding
different heights, let the subclass/caller configure that

also set this when the store load fails completely (was not done until now)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/form/ComboGrid.js