diff --git a/templates/partials/_task_status.html b/templates/partials/_task_status.html index 05f22fe..c32f89c 100644 --- a/templates/partials/_task_status.html +++ b/templates/partials/_task_status.html @@ -4,19 +4,30 @@ {{ task.state }} {% if task.info.percent %} - {{ task.info.percent }}% +
+
+ {{ task.info.percent|round(2) }}% +
+
{% else %} - N/A + N/A {% endif %}
- -
-{% endfor %} \ No newline at end of file +{% endfor %}