Add space between value and unit
This commit is contained in:
parent
33d5cd2719
commit
b9a2860dcb
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue