mirror of
https://github.com/Sebclem/OctoPrint-SimpleEmergencyStop.git
synced 2024-11-22 09:12:58 +01:00
Correct typing error on settings...
This commit is contained in:
parent
11341b6242
commit
928585808e
@ -5,7 +5,7 @@
|
|||||||
<div class="controls">
|
<div class="controls">
|
||||||
<input type="text" class="input-block-level" data-bind="value: settings.plugins.simpleemergencystop.emergencyGCODE">
|
<input type="text" class="input-block-level" data-bind="value: settings.plugins.simpleemergencystop.emergencyGCODE">
|
||||||
</div>
|
</div>
|
||||||
<label class="control-label">{{ _('Enable warding dialog ') }}</label>
|
<label class="control-label">{{ _('Enable warning dialog ') }}</label>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<input type="checkbox" data-bind="checked: settings.plugins.simpleemergencystop.confirmationDialog">
|
<input type="checkbox" data-bind="checked: settings.plugins.simpleemergencystop.confirmationDialog">
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user