Skip to content

Commit 0987fd7

Browse files
Fix UI
1 parent 3501078 commit 0987fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archive_query_log/templates/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h2>Progress</h2>
110110
{% if progress.total != 0 %}
111111
{{ "{:.0f}".format(progress.current / progress.total * 100) }}%
112112
{% else %}
113-
%
113+
0%
114114
{% endif %}
115115
</td>
116116
</tr>

0 commit comments

Comments
 (0)