Add space between value and unit

This commit is contained in:
Santiago Lamora 2020-02-17 12:40:56 +01:00
parent 33d5cd2719
commit b9a2860dcb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Expected structure: dictionary or object with attributes:
<div class="text-center">
{% if detail %}
{{ detail.usage }} of {{ detail.total }}{{ detail.unit }}
{{ detail.usage }} of {{ detail.total }} {{ detail.unit }}
{% else %}
N/A
{% endif %}