Re: [pve-devel] [PATCH manager v3 4/4] ui: restore window: add disk-format option

2025-05-21 Thread Fiona Ebner
Am 07.03.25 um 10:25 schrieb Markus Frank: > This is done by changing the StorageSelector to a DiskStorageSelector. > > Using the hideFormatWhenStorageEmpty option of the DiskStorageSelector > to hide the DiskFormatSelector when no storage is selected, as the > DiskFormatSelector would show the de

[pve-devel] [PATCH manager v3 4/4] ui: restore window: add disk-format option

2025-03-07 Thread Markus Frank
This is done by changing the StorageSelector to a DiskStorageSelector. Using the hideFormatWhenStorageEmpty option of the DiskStorageSelector to hide the DiskFormatSelector when no storage is selected, as the DiskFormatSelector would show the default value qcow2 in a disabled state, which could co