debian-image-builder-frontend/src/Components/CreateImageWizardV2
regexowl df9ec1499d V2Wizard: Fix FSC units on Edit
This updates the logic of parsing bytesize into size/unit pair.

Currently 'GiB' is set as a default which causes problem with smaller partitions on Edit.

A validation for the min_size is in place and the rule is that the size cannot be smaller than 0 of a given unit. If there was a partition with smaller size in KiB it will break the rule when converted to GiB.
2024-05-01 19:47:41 +02:00
..
steps V2Wizard: Fix FSC units on Edit 2024-05-01 19:47:41 +02:00
utilities V2Wizard: Fix FSC units on Edit 2024-05-01 19:47:41 +02:00
CreateImageWizard.scss HMS-3796: Add snapshot date selection to wizard 2024-04-25 14:45:50 +02:00
CreateImageWizard.tsx V2 Wizard: Disable snapshotting in prod and stage stable 2024-04-30 17:13:10 +02:00
EditImageWizard.tsx V2 Wizard: OpenSCAP edit tests 2024-04-30 15:13:50 +02:00
index.tsx V2Wizard: Convert index.js to .tsx 2024-04-25 11:56:25 +02:00
types.tsx V2Wizard: add all necessary components 2024-02-28 12:10:00 +01:00
UsrSubDirectoriesDisabled.tsx V2 Wizard: Add File System Configuration Step (HMS-2781) 2024-03-08 18:14:33 +01:00
ValidatedTextInput.tsx WizardV2: Validate steps through redux state 2024-04-18 10:01:06 +02:00
validators.ts WizardV2: filesystem mountpoint size validation 2024-04-09 13:40:35 +02:00