diff --git a/js/menus/templates/SendMenuView.html b/js/menus/templates/SendMenuView.html index 9fde0f5746f4886a37c376233dd9c56dcdcb3476..76c22f251171693d3b86c06393a9aa895b05b8dd 100644 --- a/js/menus/templates/SendMenuView.html +++ b/js/menus/templates/SendMenuView.html @@ -4,10 +4,11 @@ <% }else{ %> <% if(streaming){ %> <a href="#" id="pauseStream" class="btn btn-halfWidth btn-lg btn-warning">Pause</a> + <a href="#" id="stopMachine" class="btn pull-right btn-halfWidth btn-lg btn-danger">Stop</a><br/> <% }else{ %> - <a href="#" id="streamCommands" class="btn btn-halfWidth btn-lg btn-success">Stream</a> + <a href="#" id="streamCommands" class="btn btn-block btn-lg btn-success">Stream</a> <% } %> - <a href="#" id="stopMachine" class="btn pull-right btn-halfWidth btn-lg btn-danger">Stop</a><br/><br/> + <br/> Incoming: <pre id="incomingSerialMessage"></pre><br/><br/> Out: <input id="sendSerialMessage" value="" placeholder="Send Message" class="seventyFiveWidth form-control unresponsiveInput" type="text"><br/><br/> Next Line: <input id="nextLine" value="" placeholder="##" class="intInput form-control unresponsiveInput" type="text">