diff options
| author | sD <stoned@derpymail.org> | 2019-12-21 18:04:28 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-21 18:04:28 +0100 |
| commit | 0db57eb3e94aa77b45e957516770cd00115b84b4 (patch) | |
| tree | 7ff3987c51e3de23842d33c30c1b8e6f6a47200a /webAO/client.html | |
| parent | d76123f3745fafad75450eea84b37fa4d3697312 (diff) | |
add pairing ui
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 7 |
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> |
