Skip to content

Commit

Permalink
move serial save button
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Lawrence committed May 17, 2024
1 parent 2492550 commit 0c5695f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/sub/tablettab.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@
</table>
</div>
<div onclick="clearAlarm()" id="systemStatus" class="maslow-grid-item system-status">Idle</div>
<button onclick="saveSerialMessages()" class="btn btn-primary">Save Serial</button>
</div>
<textarea style="border: none" class="messages tablettab-controls-item" id="messages" rows="14" spellcheck="false" readonly>Serial Messages</textarea>
<button onclick="saveSerialMessages()" class="btn btn-primary">Save Serial</button>
</div>
</div>

Expand Down

0 comments on commit 0c5695f

Please sign in to comment.