This commit is contained in:
James Cole
2020-08-26 20:18:27 +02:00
parent c985683ee3
commit cd156d6991
7 changed files with 91 additions and 50 deletions

View File

@@ -4,7 +4,7 @@
</td>
<td style="width:30%;">
<select name="triggers[{{ count }}][type]" class="form-control">
{% for key,type in allRuleTriggers() %}
{% for key,type in triggers %}
<option value="{{ key }}" label="{{ type }}"
{% if key == oldTrigger %}
selected