Update labels

This commit is contained in:
2020-07-22 14:06:55 +00:00
parent 388e9d03c2
commit 82685927fa

View File

@@ -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>