Show network usage on the server console view
This commit is contained in:
parent
8791d681bc
commit
62b178ed02
5 changed files with 106 additions and 89 deletions
|
@ -1,5 +1,3 @@
|
|||
export const bytesToMegabytes = (bytes: number) => Math.floor(bytes / 1024 / 1024);
|
||||
|
||||
export const megabytesToBytes = (mb: number) => Math.floor(mb * 1024 * 1024);
|
||||
|
||||
export function bytesToHuman (bytes: number): string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue