mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
disks: Minor fixes for partition expansion button
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
790db846a9
commit
d24e09199b
@ -74,7 +74,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>Partition expansion</h3>
|
<h3>{% trans "Partition Expansion" %}</h3>
|
||||||
{% if expandable_root_size %}
|
{% if expandable_root_size %}
|
||||||
<p>
|
<p>
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
@ -85,7 +85,8 @@
|
|||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="btn btn-primary btn-md" href="{% url 'disks:expand' %}">
|
<a class="btn btn-primary btn-md" href="{% url 'disks:expand' %}"
|
||||||
|
role="button">
|
||||||
{% trans "Expand Root Partition" %}</a>
|
{% trans "Expand Root Partition" %}</a>
|
||||||
</p>
|
</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
@ -96,7 +97,8 @@
|
|||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="btn btn-primary btn-md disabled" href="{% url 'disks:expand' %}">
|
<a class="btn btn-primary btn-md disabled"
|
||||||
|
href="{% url 'disks:expand' %}" role="button">
|
||||||
{% trans "Expand Root Partition" %}</a>
|
{% trans "Expand Root Partition" %}</a>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user