Add interpolated warning for stats with beeline
This commit is contained in:
parent
c122b31e73
commit
6a19b53dc0
3 changed files with 14 additions and 0 deletions
10
index.html
10
index.html
|
|
@ -1131,6 +1131,16 @@
|
|||
</div>
|
||||
<div id="stats-container" class="flexrow flexgrow">
|
||||
<ul id="stats">
|
||||
<li id="beeline-warning" hidden>
|
||||
<div class="text-muted small d-none d-md-block"> </div>
|
||||
<p class="stats-label">
|
||||
<abbr
|
||||
class="fa fa-exclamation-triangle"
|
||||
data-i18n="[title]footer.beeline-warning"
|
||||
title="Warning: no data for straight lines, values interpolated"
|
||||
></abbr>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="text-muted small d-none d-md-block" data-i18n="footer.distance">Distance</div>
|
||||
<p class="stats-label">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue