Add proper formatting for flashsize output
This commit is contained in:
parent
5761e9facf
commit
e211dd5be2
@ -22,8 +22,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>{{ $t('hardwareinfo.FlashSize') }}</th>
|
<th>{{ $t('hardwareinfo.FlashSize') }}</th>
|
||||||
<td>
|
<td>
|
||||||
{{ systemStatus.flashsize }} {{ $t('hardwareinfo.Bytes') }}
|
{{ $n(systemStatus.flashsize) }} {{ $t('hardwareinfo.Bytes') }}
|
||||||
({{ systemStatus.flashsize / 1024 / 1024 }} {{ $t('hardwareinfo.MegaBytes') }})
|
({{ $n(systemStatus.flashsize / 1024 / 1024) }} {{ $t('hardwareinfo.MegaBytes') }})
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user