No need for the operator

This commit is contained in:
Saria Hajjar 2020-01-14 14:06:06 +00:00
parent b8693ca6a2
commit d225f2ff34

View File

@ -112,7 +112,7 @@
{% if utilization %}
<td>
{{ utilization.allocated }}VA / {{ powerfeed.available_power }}VA
{% if powerfeed.available_power > 0 %}
{% if powerfeed.available_power %}
{% utilization_graph utilization.allocated|percentage:powerfeed.available_power %}
{% endif %}
</td>