Commit e3316e3c by Oláh István Gergely

dashboard: add missing "%" to cpu usage - node list template

parent 9277b93f
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
aria-valuenow="{{ record.cpu_usage }}" aria-valuemin="0" aria-valuemax="1" style="width: 80%"> aria-valuenow="{{ record.cpu_usage }}" aria-valuemin="0" aria-valuemax="1" style="width: 80%">
<span class="progress-bar-text"> <span class="progress-bar-text">
{% if record.cpu_usage != None %} {% if record.cpu_usage != None %}
{{ record.cpu_usage|floatformat:1 }} {{ record.cpu_usage|floatformat:1 }} %
{% else %} - {% endif %} {% else %} - {% endif %}
</span> </span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment