mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-25 08:54:13 +00:00
fix: display file size as base 2 (KiB instead of KB) (#2779)
This commit is contained in:
parent
d0c3aeace1
commit
cdcd9a313a
4 changed files with 10 additions and 4 deletions
|
|
@ -182,7 +182,7 @@
|
|||
<script>
|
||||
import { mapState, mapMutations, mapGetters } from "vuex";
|
||||
import { pub as api } from "@/api";
|
||||
import { filesize } from "filesize";
|
||||
import { filesize } from "@/utils";
|
||||
import moment from "moment";
|
||||
|
||||
import HeaderBar from "@/components/header/HeaderBar.vue";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue