mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
17604 fix cluster disk space display
This commit is contained in:
parent
5485b04bcd
commit
9bccc11c28
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user