diff options
Diffstat (limited to 'ogcp/templates/actions')
-rw-r--r-- | ogcp/templates/actions/setup.html | 2 |
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') }} |