Merge and adapt PR #95 car-eco/fast + display energy/time
This commit is contained in:
commit
102e978581
3 changed files with 25 additions and 3 deletions
|
|
@ -209,6 +209,14 @@
|
|||
<div class="text-muted small hidden-sm-down">Distance</div>
|
||||
<p class="stats-label" id="distance">0 <abbr title="kilometer">km</abbr></p>
|
||||
</li>
|
||||
<li style="display: inline-block" hidden>
|
||||
<div class="text-muted small hidden-sm-down">Travel time</div>
|
||||
<p class="stats-label" id="totaltime">0 <abbr title="minutes">min</abbr></p>
|
||||
</li>
|
||||
<li style="display: inline-block" hidden>
|
||||
<div class="text-muted small hidden-sm-down">Total Energy (per 100km)</div>
|
||||
<p class="stats-label" id="totalenergy">0 (0)</p>
|
||||
</li>
|
||||
<li class="d-inline-block">
|
||||
<div class="text-muted small hidden-sm-down">Ascend (Plain ascend)</div>
|
||||
<p class="stats-label" id="ascend">0 (0) <abbr title="meter">m</abbr></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue