changes to state defiinitions list
This commit is contained in:
parent
f85c5668be
commit
ce9b92f982
|
@ -12,7 +12,6 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row mt-4">
|
<div class="row mt-4">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
{% if state_definitions %}
|
{% if state_definitions %}
|
||||||
|
@ -37,10 +36,10 @@
|
||||||
style="cursor: grab;"
|
style="cursor: grab;"
|
||||||
class="align-items-center">
|
class="align-items-center">
|
||||||
|
|
||||||
<td class="text-center">
|
<td class="">
|
||||||
<i class="fas fa-light fa-grip" aria-hidden="true">
|
<i class="fas fa-duotone fa-solid fa-grip px-1" aria-hidden="true">
|
||||||
</i>
|
</i>
|
||||||
<strong class="ps-2">{{ state_definition.order }} </strong>
|
<strong> {{ state_definition.order }} </strong>
|
||||||
</td>
|
</td>
|
||||||
<td class="font-monospace">
|
<td class="font-monospace">
|
||||||
{{ state_definition.state }}
|
{{ state_definition.state }}
|
||||||
|
|
Loading…
Reference in a new issue