mirror of
https://github.com/MOIS3Y/logs-collector.git
synced 2025-09-13 13:13:01 +02:00
Modify: Archive model - add size field, now use this field for web and admin page
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<br>
|
||||
<small>
|
||||
<b>Size:</b>
|
||||
<span style="word-wrap: break-word">{{ archive.file.size|sizify }}</span>
|
||||
<span style="word-wrap: break-word">{{ archive.size|filesizeformat }}</span>
|
||||
</small>
|
||||
<div class="row">
|
||||
<div class="d-flex justify-content-sm-start justify-content-between" >
|
||||
|
Reference in New Issue
Block a user