diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-05-07 11:10:05 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-05-07 11:10:05 +0200 |
commit | 6f488ae25173408c2f27acdbc25dce56aa84ef23 (patch) | |
tree | 8888ec2535981fb05c1cfca1821d0f5288688209 | |
parent | f6f84cf8b24a9a3e52ce56c5f69a4ee5878a61c1 (diff) |
forms: remove EXFAT
ogclient does not support this filesystem type, remove it.
-rw-r--r-- | ogcp/forms/action_forms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ogcp/forms/action_forms.py b/ogcp/forms/action_forms.py index 2fd9326..1b77795 100644 --- a/ogcp/forms/action_forms.py +++ b/ogcp/forms/action_forms.py @@ -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')) |