ab3d1b66d5
dynamic class based on state, completely invisible to non logged in users
5 lines
295 B
Django/Jinja
5 lines
295 B
Django/Jinja
<div id="sidebar_estop_background" class="estop_sidebar" data-bind="css: estopState">
|
|
<button type="button" id="emergemcy_stop" title="send M112 estop gcode command" class="btn-estop" data-bind="text: buttonText, enable: enableEstop, click: function() { sendEstopCommand() }"></button>
|
|
</div>
|
|
|