17604 fix cluster disk space display

This commit is contained in:
Arthur Hanson 2024-09-25 10:39:15 -07:00 committed by Jeremy Stretch
parent 5485b04bcd
commit 9bccc11c28

View File

@ -69,7 +69,7 @@
<th scope="row"><i class="mdi mdi-harddisk"></i> {% trans "Disk Space" %}</th> <th scope="row"><i class="mdi mdi-harddisk"></i> {% trans "Disk Space" %}</th>
<td> <td>
{% if disk_sum %} {% if disk_sum %}
{{ disk_sum }} {% trans "GB" context "Abbreviation for gigabyte" %} {{ disk_sum|humanize_megabytes }}
{% else %} {% else %}
{{ ''|placeholder }} {{ ''|placeholder }}
{% endif %} {% endif %}