|
@@ -1,9 +1,9 @@
|
|
|
<div class="p-2" *ngIf="dataLoaded; else loading">
|
|
<div class="p-2" *ngIf="dataLoaded; else loading">
|
|
|
- <h1>{{currentReservoirData.volume | number:'1.0-0'}} m3</h1>
|
|
|
|
|
|
|
+ <h1>{{currentReservoirData.volume | number:'1.0-0'}} m<sup>3</sup></h1>
|
|
|
<p class="text-secondary">volume of water in the reservoir</p>
|
|
<p class="text-secondary">volume of water in the reservoir</p>
|
|
|
<h2>{{currentReservoirData.elevation | number:'1.3-3'}} m MSL</h2>
|
|
<h2>{{currentReservoirData.elevation | number:'1.3-3'}} m MSL</h2>
|
|
|
<p class="text-secondary">water-level</p>
|
|
<p class="text-secondary">water-level</p>
|
|
|
- <h2>{{currentReservoirData.area | number:'1.2-2'}} m2</h2>
|
|
|
|
|
|
|
+ <h2>{{currentReservoirData.area | number:'1.2-2'}} m<sup>2</sup></h2>
|
|
|
<p class="text-secondary">water surface</p>
|
|
<p class="text-secondary">water surface</p>
|
|
|
<strong>{{currentReservoirData.timestamp | date:'medium'}}</strong>
|
|
<strong>{{currentReservoirData.timestamp | date:'medium'}}</strong>
|
|
|
<p class="text-secondary">latest data</p>
|
|
<p class="text-secondary">latest data</p>
|