Skip to content

Commit 40ea3ab

Browse files
committed
tools: localhost: move update pause button
Move the update pause button into the secondary title so that it can't be pushed off the screen by the size of the TDF and app tables. Signed-off-by: Jordan Yates <jordan@embeint.com>
1 parent 5f1cb2a commit 40ea3ab

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/infuse_iot/tools/localhost/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ <h1>Infuse-IoT TDF Viewer</h1>
3030
<div id="data-table"></div>
3131
</p>
3232
<p>
33-
<h2>Table Control</h2>
33+
<h2>Table Control
34+
<label for="update_pause"> (Pause updating</label>
35+
<input type="checkbox" id="update_pause" name="update_pause" value="pause">
36+
)
37+
</h2>
3438
<span id="tdf-show"></span>
3539
<span id="app-show"></span>
36-
<br>
37-
<input type="checkbox" id="update_pause" name="update_pause" value="pause">
38-
<label for="update_pause"> Pause table updating</label>
3940
</p>
4041

4142
<script>

0 commit comments

Comments
 (0)