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