mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-23 12:08:43 -06:00
Merge branch 'develop' into feature
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
{# Title #}
|
||||
<div>
|
||||
<h1 class="page-title mt-1 mb-2">{% block title %}{% endblock title %}</h1>
|
||||
<h1 class="page-title">{% block title %}{% endblock title %}</h1>
|
||||
{% block subtitle %}{% endblock %}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
<th scope="row"><i class="mdi mdi-harddisk"></i> {% trans "Disk Space" %}</th>
|
||||
<td>
|
||||
{% if disk_sum %}
|
||||
{{ disk_sum }} {% trans "GB" context "Abbreviation for gigabyte" %}
|
||||
{{ disk_sum|humanize_megabytes }}
|
||||
{% else %}
|
||||
{{ ''|placeholder }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user