add button to open full replay view
This commit is contained in:
parent
ca73b7c14e
commit
c7698fa06e
@ -222,6 +222,8 @@ window.addEventListener("load", function(evt) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
document.getElementById("fullReplay").onclick = function(evt) {
|
||||||
|
window.open('http://localhost:3011/tracking')
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
</select>
|
</select>
|
||||||
</label>
|
</label>
|
||||||
<button id="replaystarten" style="margin-right: 16px;" disabled>Wiedergabe starten</button>
|
<button id="replaystarten" style="margin-right: 16px;" disabled>Wiedergabe starten</button>
|
||||||
<button id="fullReplay">Gesamtüberblick</button>
|
<button id="fullReplay">Gesamte Wiedergabe</button>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<label id="tracking state" style= "font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif">Tracking state: </label><br>
|
<label id="tracking state" style= "font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif">Tracking state: </label><br>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user