aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html
index 6c7db4a..2c72d2d 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -116,6 +116,13 @@
<span id="no_action">
No actions available for this role.
</span>
+ <br>
+ <span id="pairing" style="display: none">
+ <label for="pair_select">Pairing partner:</label>
+ <select name="pair_select" id="pair_select"></select>
+ <label for="pair_offset">Pairing offset:</label>
+ <input type="range" name="pair_offset" id="pair_offset" min="0" max="11">
+ </span>
</fieldset>
</div>
</template>