Motor Pos in html eingefügt
This commit is contained in:
parent
fdca3d31a2
commit
400bc2e1bf
@ -40,6 +40,22 @@
|
|||||||
ist gerade <strong>aus</strong></h3>
|
ist gerade <strong>aus</strong></h3>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<button id="KameraEichen" class="btn btn-block btn-lg btn-default">Kamera Eichen</button>
|
<div class="row">
|
||||||
|
<div class="col-md-2">
|
||||||
|
<button id="KameraEichen" class="btn btn-block btn-lg btn-default">Kamera Eichen</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-2">
|
||||||
|
<div>Position, Motor1: {{ pos_1 }}</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2">
|
||||||
|
<div>Position, Motor2: {{ pos_2 }}</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2">
|
||||||
|
<div>Position, Motor3: {{ pos_3 }}</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user