add fulfilled
This commit is contained in:
parent
21b127bd69
commit
d2b746cacd
|
|
@ -27,6 +27,7 @@
|
||||||
<th>Condition</th>
|
<th>Condition</th>
|
||||||
<th>Value</th>
|
<th>Value</th>
|
||||||
<th>Disabled</th>
|
<th>Disabled</th>
|
||||||
|
<th>Fulfilled</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% else %}
|
{% else %}
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -38,7 +39,7 @@
|
||||||
{% for item in data.conditions %}
|
{% for item in data.conditions %}
|
||||||
<tr onclick="onOpenDialog('/conditions/{{ item.id }}')">
|
<tr onclick="onOpenDialog('/conditions/{{ item.id }}')">
|
||||||
|
|
||||||
{% set order = ["id", "symbol", "condition", "value", "disabled"] %}
|
{% set order = ["id", "symbol", "condition", "value", "disabled", "fulfilled"] %}
|
||||||
{% for key in order %}
|
{% for key in order %}
|
||||||
<td>{{ item[key] }}</td>
|
<td>{{ item[key] }}</td>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue