Skip to content

Commit

Permalink
Update index.html to not have hardcoded KB size
Browse files Browse the repository at this point in the history
  • Loading branch information
meramsey authored Nov 23, 2023
1 parent 5bbebe4 commit b260a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filemanager/templates/filemanager/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -738,4 +738,4 @@ <h5 class="modal-title" >{% trans "Confirm Restore!" %} <img ng-hide="cyberPanel
</div>

</body>
</html>
</html>

0 comments on commit b260a45

Please sign in to comment.