Drop duplicated resource total message
This commit is contained in:
parent
3a7d920611
commit
74bcbb43a1
|
@ -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 }} {{ detail.unit }}
|
||||
{% else %}
|
||||
N/A
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue