Added the title to display the value in MB when mouseover.

This commit is contained in:
Julio-Oliveira-Encora 2024-05-23 16:22:01 -03:00
parent ee7ec9bfb3
commit 3c8b184fdf

View File

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