diff options
| author | s-ol <s+removethis@s-ol.nu> | 2024-03-12 17:53:36 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2024-03-12 17:57:19 +0000 |
| commit | cb0a22a314fd542467d3f1606aac475f582a0034 (patch) | |
| tree | dc063c099961df60161e4c70464817b56d29502e /web/index.html | |
| parent | web: basic temperature plot (diff) | |
| download | t937-serial-cb0a22a314fd542467d3f1606aac475f582a0034.tar.gz t937-serial-cb0a22a314fd542467d3f1606aac475f582a0034.zip | |
web: basic styling for sidebar
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/index.html b/web/index.html index a9653a6..ee91e01 100644 --- a/web/index.html +++ b/web/index.html @@ -10,7 +10,7 @@ <section> <h1>device</h1> <div> - <label id="status"></label> + <label id="status">(disconnected)</label> <button id="connect">connect</button> </div> <div> @@ -25,11 +25,11 @@ <option value="6">profile 7</option> <option value="7">profile 8</option> </select> - <button id="start">start</button> + <button id="start" disabled>start</button> </div> <div> - <button id="read">read</button> - <button id="write">write</button> + <button id="read" class="grow" disabled>read</button> + <button id="write" class="grow" disabled>write</button> </div> </section> <section> |
