videodata working
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
{% for id, metric in metrics.items %}
|
||||
document.getElementById("{{ id }}").innerHTML = {{ id }}_now;
|
||||
{% endfor %}
|
||||
gauge.set(catch_now);
|
||||
// gauge.set(catch_now);
|
||||
var newLatLng = new L.LatLng(lat, lon);
|
||||
marker.setLatLng(newLatLng);
|
||||
}
|
||||
@@ -210,7 +210,7 @@
|
||||
</span> {{ metric.unit }}
|
||||
</li>
|
||||
{% endfor %}
|
||||
<li class="grid_2">
|
||||
<!-- <li class="grid_2">
|
||||
<canvas id="angles"></canvas>
|
||||
<script type="text/javascript" src="https://bernii.github.io/gauge.js/dist/gauge.js"></script>
|
||||
<script>
|
||||
@@ -236,8 +236,9 @@
|
||||
gauge.animationSpeed = 5;
|
||||
gauge.set(-75);
|
||||
</script>
|
||||
</li>
|
||||
</li> -->
|
||||
</ul>
|
||||
<p> </p>
|
||||
<form enctype="multipart/form-data" action="" method="post">
|
||||
<ul class="main-content">
|
||||
{% if form %}
|
||||
|
||||
Reference in New Issue
Block a user