add abilities variable and prepare for websockets

This commit is contained in:
2022-01-21 14:49:22 +01:00
parent f5cd983304
commit 5e6397bc72
2 changed files with 60 additions and 1 deletions

View File

@@ -15,12 +15,14 @@
<tr id="remotes">
<td id="remotetd" class="mainboards">
<div id="remotediv">
<label for="remote">Remote grid</label><br>
<table class="playfields" id="remote">
</table>
</div>
</td>
<td id="remoteauxtd" class="auxboards">
<div id="remoteauxdiv">
<label for="remoteaux">Remote aux grid</label><br>
<table class="playfields" id="remoteaux">
</table>
</div>
@@ -29,12 +31,14 @@
<tr id="locals">
<td id="localtd" class="mainboards">
<div id="localdiv">
<label for="local">Local grid</label><br>
<table class="playfields" id="local">
</table>
</div>
</td>
<td id="localauxtd" class="auxboards">
<div id="localauxdiv">
<label for="localaux">Local aux grid</label><br>
<table class="playfields" id="localaux">
</table>
</div>