mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Update labels
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr *ngIf="latestReading.HeatIndex">
|
<tr *ngIf="latestReading.HeatIndex">
|
||||||
<td class="weather-current-header">
|
<td class="weather-current-header">
|
||||||
Heat Index
|
Heat index
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ latestReading.HeatIndex.toFixed(2) }}°F
|
{{ latestReading.HeatIndex.toFixed(2) }}°F
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr *ngIf="latestReading.WindChill">
|
<tr *ngIf="latestReading.WindChill">
|
||||||
<td class="weather-current-header">
|
<td class="weather-current-header">
|
||||||
Wind Chill
|
Wind chill
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ latestReading.WindChill.toFixed(2) }}°F
|
{{ latestReading.WindChill.toFixed(2) }}°F
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
<td>
|
<td>
|
||||||
{{ (latestReading.Pressure / 33.864 / 100).toFixed(2) }}"
|
{{ (latestReading.Pressure / 33.864 / 100).toFixed(2) }}"
|
||||||
|
|
||||||
<span class="pressure-trend-arrow" [ngClass]="rotationClass()" title="Trend: {{ latestReading.PressureDifferenceThreeHour.toFixed(1) }}">➜</span>
|
<span class="pressure-trend-arrow" [ngClass]="rotationClass()" title="3 Hour Change: {{ latestReading.PressureDifferenceThreeHour.toFixed(1) }}">➜</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user