Skip to content
Snippets Groups Projects
Commit 630be687 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix unit

parent c5a7036b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
<div class="row">
<div class="col-md-12">
{% for filename, filesize in files.items() %}
<a href="/logs/{{ filename }}" class="btn btn-warning" role="button">{{ filename }} ({{'%0.1f' | format(filesize/1024) }}MB)</a></button>
<a href="/logs/{{ filename }}" class="btn btn-warning" role="button">{{ filename }} ({{'%0.1f' | format(filesize/1024/1024) }}MB)</a></button>
{% endfor %}
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment