mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Add progress bar to top of page for nicer loading indicator styles
This commit is contained in:
@@ -9,3 +9,5 @@ export function bytesToHuman (bytes: number): string {
|
||||
}
|
||||
|
||||
export const bytesToMegabytes = (bytes: number) => Math.floor(bytes / 1000 / 1000);
|
||||
|
||||
export const randomInt = (low: number, high: number) => Math.floor(Math.random() * (high - low) + low);
|
||||
|
||||
Reference in New Issue
Block a user