Addressed PR comment.

This commit is contained in:
Julio-Oliveira-Encora 2024-06-03 11:36:52 -03:00
parent d9adefce31
commit 37d53c9970

View File

@ -125,7 +125,7 @@
<th scope="row"><i class="mdi mdi-chip"></i> {% trans "Memory" %}</th>
<td>
{% if object.memory %}
{{ object.memory|humanize_megabytes }}
<span title={{ object.memory }}> {{ object.memory|humanize_megabytes }}</span>
{% else %}
{{ ''|placeholder }}
{% endif %}