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">
|
<div class="text-center">
|
||||||
{% if detail %}
|
{% if detail %}
|
||||||
{{ detail.usage }} of {{ detail.total }}{{ detail.unit }}
|
{{ detail.usage }} of {{ detail.total }} {{ detail.unit }}
|
||||||
{% else %}
|
{% else %}
|
||||||
N/A
|
N/A
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue