add abilities variable and prepare for websockets
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user