f12c3903c0
clean up the jinja a bit too
5 lines
320 B
Django/Jinja
5 lines
320 B
Django/Jinja
<div class="estop_sidebar">
|
|
<button type="button" id="emergemcy_stop" title="send M112 estop gcode command" class="btn-estop" data-bind="enable: enableEstop, click: function() { sendEstopCommand() }"><i class="fa fa-times" size="+2"></i>{{ _(' EMERGENCY STOP ') }}<i class="fa fa-times" size="+2"></i></button>
|
|
</div>
|
|
|