Update enclosure_settings.jinja2
This commit is contained in:
committed by
GitHub
parent
d9172169aa
commit
fa9664775c
@@ -268,8 +268,8 @@
|
||||
<div class="control-group">
|
||||
<label class="control-label">Event Trigger</label>
|
||||
<div class="controls">
|
||||
<select >
|
||||
<option value="hise">Rise</option>
|
||||
<select data-bind="value: edge">
|
||||
<option value="rise">Rise</option>
|
||||
<option value="fall">Fall</option>
|
||||
</select>
|
||||
<span class="help-inline">Do you want thrigger the event on the rise or falling edge? If you signal is active low,
|
||||
@@ -332,8 +332,8 @@
|
||||
<div class="control-group">
|
||||
<label class="control-label">Event Trigger</label>
|
||||
<div class="controls">
|
||||
<select >
|
||||
<option value="hise">Rise</option>
|
||||
<select data-bind="value: edge">
|
||||
<option value="rise">Rise</option>
|
||||
<option value="fall">Fall</option>
|
||||
</select>
|
||||
<span class="help-inline">Do you want thrigger the event on the rise or falling edge? If you signal is active low,
|
||||
|
||||
Reference in New Issue
Block a user