mirror of https://git.48k.eu/ogcp
parent
f6f84cf8b2
commit
6f488ae251
|
@ -54,7 +54,6 @@ class PartitionForm(FlaskForm):
|
|||
('CACHE', 'CACHE'),
|
||||
('LINUX-SWAP', 'LINUX-SWAP'),
|
||||
('FAT32', 'FAT32'),
|
||||
('EXFAT', 'EXFAT'),
|
||||
('EMPTY', 'Empty')])
|
||||
size = IntegerField(label=_l('Size (KB)'))
|
||||
format_partition = BooleanField(label=_l('Format'))
|
||||
|
|
Loading…
Reference in New Issue