summaryrefslogtreecommitdiffstats
path: root/ogcp/forms
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2024-05-07 11:10:05 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2024-05-07 11:10:05 +0200
commit6f488ae25173408c2f27acdbc25dce56aa84ef23 (patch)
tree8888ec2535981fb05c1cfca1821d0f5288688209 /ogcp/forms
parentf6f84cf8b24a9a3e52ce56c5f69a4ee5878a61c1 (diff)
forms: remove EXFAT
ogclient does not support this filesystem type, remove it.
Diffstat (limited to 'ogcp/forms')
-rw-r--r--ogcp/forms/action_forms.py1
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'))