Update index.html to not have hardcoded KB size

This commit is contained in:
Michael Ramsey
2023-11-23 11:44:44 -05:00
committed by GitHub
parent 5bbebe418b
commit b260a456c3

View File

@@ -153,7 +153,7 @@
<tr>
<th scope="col"></th>
<th scope="col">{% trans "File Name" %}</th>
<th scope="col">{% trans "Size (KB)" %}</th>
<th scope="col">{% trans "Size" %}</th>
<th scope="col">{% trans "Last Modified" %}</th>
<th scope="col">{% trans "Permissions" %}</th>
</tr>
@@ -738,4 +738,4 @@
</div>
</body>
</html>
</html>