Re: [pve-devel] [PATCH installer] tui: multiply the disk size back into bytes

2023-06-22 Thread Thomas Lamprecht
Am 22/06/2023 um 08:56 schrieb Stefan Sterz: > On 21.06.23 16:36, Thomas Lamprecht wrote: >> Am 21/06/2023 um 16:00 schrieb Stefan Sterz: >>> previously the installer correctly divided the value when using them >>> for the `FloatEditView`, but forgot to multiply the value again when >>> retrieving

Re: [pve-devel] [PATCH installer] tui: multiply the disk size back into bytes

2023-06-21 Thread Stefan Sterz
On 21.06.23 16:36, Thomas Lamprecht wrote: > Am 21/06/2023 um 16:00 schrieb Stefan Sterz: >> previously the installer correctly divided the value when using them >> for the `FloatEditView`, but forgot to multiply the value again when >> retrieving it after editing. this commit fixes that >> >> Sign

Re: [pve-devel] [PATCH installer] tui: multiply the disk size back into bytes

2023-06-21 Thread Thomas Lamprecht
Am 21/06/2023 um 16:00 schrieb Stefan Sterz: > previously the installer correctly divided the value when using them > for the `FloatEditView`, but forgot to multiply the value again when > retrieving it after editing. this commit fixes that > > Signed-off-by: Stefan Sterz > --- > tested this only

[pve-devel] [PATCH installer] tui: multiply the disk size back into bytes

2023-06-21 Thread Stefan Sterz
previously the installer correctly divided the value when using them for the `FloatEditView`, but forgot to multiply the value again when retrieving it after editing. this commit fixes that Signed-off-by: Stefan Sterz --- tested this only locally and didn't build the installer completelly. i am n