webapp: Check if temperature is set
It seems that some ESPs don't have a temperature sensor anymore
This commit is contained in:
parent
b9b2a19ac5
commit
e4bbf55ea5
@ -19,7 +19,7 @@
|
||||
<th>{{ $t('hardwareinfo.CpuFrequency') }}</th>
|
||||
<td>{{ systemStatus.cpufreq }} {{ $t('hardwareinfo.Mhz') }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr v-if="systemStatus.cputemp">
|
||||
<th>{{ $t('hardwareinfo.CpuTemperature') }}</th>
|
||||
<td>{{ $n(systemStatus.cputemp, 'celsius') }}</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user