[pve-devel] applied: [PATCH V4 manager 2/3] fix #3967: enable ZFS dRAID creation in WebGUI
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Nov 17 19:34:57 CET 2022
Am 10/11/2022 um 14:24 schrieb Stefan Hrdlicka:
> add fields for additional settings required by ZFS dRAID
>
> Signed-off-by: Stefan Hrdlicka <s.hrdlicka at proxmox.com>
> ---
> www/manager6/node/ZFS.js | 69 ++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 69 insertions(+)
>
>
applied, thanks! Note that I reworked both the layout and the config handling a bit.
Basically we can avoid quite some view-model binding/formula stuff and the extra
field just by using the onGetValues submit hook that our InputPanel provides.
Moving the fields then below just makes the form a bit more balanced, no biggie
there.
More information about the pve-devel
mailing list