add button to open full replay view

This commit is contained in:
unknown 2021-01-04 05:01:48 +01:00
parent ca73b7c14e
commit c7698fa06e
2 changed files with 4 additions and 2 deletions

View File

@ -222,6 +222,8 @@ window.addEventListener("load", function(evt) {
} }
document.getElementById("fullReplay").onclick = function(evt) {
window.open('http://localhost:3011/tracking')
}
}); });

View File

@ -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>