OctoPrint-Estop/octoprint_estop/templates/estop_sidebar.jinja2
ntoff ab3d1b66d5 dynamic class, invisible to anon users
dynamic class based on state, completely invisible to non logged in
users
2017-03-24 16:18:30 +10:00

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>