mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #6667: Display VM memory as GB/TB as appropriate
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
<td><i class="mdi mdi-chip"></i> Memory</td>
|
||||
<td>
|
||||
{% if object.memory %}
|
||||
{{ object.memory }} MB
|
||||
<span title="{{ object.memory }} MB">{{ object.memory|humanize_megabytes }}</span>
|
||||
{% else %}
|
||||
<span class="text-muted">—</span>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user