mirror of
https://github.com/Sebclem/OctoPrint-SimpleEmergencyStop.git
synced 2024-11-05 00:53:00 +01:00
10 lines
331 B
Django/Jinja
10 lines
331 B
Django/Jinja
<form class="form-horizontal">
|
|
<div class="control-group">
|
|
<label class="control-label">{{ _('Emergency GCODE:') }}</label>
|
|
<div class="controls">
|
|
<input type="text" class="input-block-level" data-bind="value: settings.plugins.simpleemergencystop.emergencyGCODE">
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|