File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 146146 </ div >
147147
148148 <!-- Emergency stop -->
149- < button class ="estop-btn " id ="estop-btn " onclick ="emergencyStop() ">
150- < span class ="estop-icon "> ■</ span >
151- < span class ="estop-text "> EMERGENCY STOP</ span >
152- </ button >
149+ < div class ="estop-row ">
150+ < button class ="estop-btn " id ="estop-btn " onclick ="emergencyStop() ">
151+ < span class ="estop-icon "> ■</ span >
152+ < span class ="estop-text "> EMERGENCY STOP</ span >
153+ </ button >
154+ < button class ="estop-reset-btn " id ="estop-reset-btn " onclick ="estopReset() ">
155+ < span class ="estop-icon "> ▶</ span >
156+ < span class ="estop-text "> RESET E-STOP</ span >
157+ </ button >
158+ </ div >
153159
154160 <!-- Speed + dome controls -->
155161 < div class ="drive-controls-row ">
@@ -259,7 +265,7 @@ <h3 class="section-title">SOUNDS — <span id="audio-cat-name">select a category
259265 < div class ="sequences-header ">
260266 < h3 class ="section-title "> SEQUENCE SCRIPTS</ h3 >
261267 < div class ="row ">
262- < button class ="btn btn-danger " onclick ="api('/scripts/stop_all','POST').then(()=>toast('All sequences stopped','ok') ) ">
268+ < button class ="btn btn-danger " onclick ="scriptEngine.stopAll( ) ">
263269 STOP ALL
264270 </ button >
265271 < span class ="running-label "> Running: < span id ="running-count "> 0</ span > </ span >
You can’t perform that action at this time.
0 commit comments