summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/setup.html
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-05-13 10:07:52 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-05-13 10:07:52 +0200
commit7299b157d7a21f1c389daee75a78019f770d6368 (patch)
treed15bcbd4288fdce50cc066ccb6459e6f116414ad /ogcp/templates/actions/setup.html
parent2b905ddcaf9ffcf66edb5a228f8626bc9ac7d78e (diff)
remove Format field from partition setup form
Remove the 'Format' field from the Partition and Format form as the default value will always be to format the partitions. This will lead to less portantial codepaths to maintain and support and less manual clicks in the web form.
Diffstat (limited to 'ogcp/templates/actions/setup.html')
-rw-r--r--ogcp/templates/actions/setup.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/ogcp/templates/actions/setup.html b/ogcp/templates/actions/setup.html
index 014fb7a..a81d67e 100644
--- a/ogcp/templates/actions/setup.html
+++ b/ogcp/templates/actions/setup.html
@@ -47,7 +47,6 @@
<th>{{ _('Type') }}</th>
<th>{{ _('Filesystem') }}</th>
<th>{{ _('Size') }} (MB)</th>
- <th>{{ _('Format?') }}</th>
<th colspan="2"></th>
</tr>
</thead>
@@ -60,7 +59,6 @@
<td>{{ partition.part_type(class_="form-control") }}</td>
<td>{{ partition.fs(class_="form-control") }}</td>
<td>{{ partition.size(class_="form-control") }}</td>
- <td>{{ partition.format_partition(class_="form-control") }}</td>
<td>
<button class="btn btn-danger" type="button" onclick="RemovePartition(this)">
{{ _('Remove') }}