You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bobby Wibowo c113184385
Improved disk usage entry in statistics
Now will calculate usage as (total - avail).
In Linux, ext filesystems by default reserves 5% of the space to be
usable by root, making them essentially already "used" space.
Originally we didn't take that into account.

Disk usage percentage will now round down: Math.round() -> Math.floor().
The general behavior in other tools such as "df".
3 years ago
..
misc Added system & node uptime to Statistics menu 3 years ago
.eslintrc.js Updated dependencies 3 years ago
album.js Make render.js standalone 3 years ago
auth.js Updated auth.njk again (and auth.js) 3 years ago
dashboard.js Improved disk usage entry in statistics 3 years ago
home.js Updated dashboard.js and home.js again 3 years ago