fix: byte units (#4419)

This commit is contained in:
Cubxity 2022-10-10 00:09:24 +02:00 committed by GitHub
parent e0e0689846
commit 597821b3bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 19 deletions

View file

@ -101,7 +101,7 @@
@if($server->disk === 0)
<code>Unlimited</code>
@else
<code>{{ $server->disk }}MB</code>
<code>{{ $server->disk }}MiB</code>
@endif
</td>
</tr>