blob: 6ae7c1550e24cc847b440866aee632c2e9511fa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{% extends 'commands.html' %}
{% set sidebar_state = 'disabled' %}
{% set btn_back = true %}
{% block nav_setup %} active{% endblock %}
{% block nav_setup_setup %} active{% endblock %}
{% block content %}
<h2 class="mx-5 subhead-heading">{{_('Partition and Format')}}</h2>
{% include 'disk_inspector.html' %}
{% endblock %}
|