Skip to content

Commit 05c1878

Browse files
#13 ability to add modal confirmation or nothing instead of launch from of process run ui. Rework options names
1 parent b103677 commit 05c1878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/admin/process/list.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<td>{% if process.options.ui.source is defined %}{{ process.options.ui.source }}{% endif %}</td>
3434
<td>{% if process.options.ui.target is defined %}{{ process.options.ui.target }}{% endif %}</td>
3535
<td class="text-center">
36-
{% if ("modal" == uiOptions.ui_launch_mode) %}
36+
{% if ('modal' == uiOptions.ui_launch_mode) %}
3737
<a class="px-1" data-toggle="tooltip" data-placement="top" title="{{ 'Launch'|trans }}" data-bs-toggle="modal" data-bs-target="#{{ process.code }}">
3838
<i class="fas fa-rocket"></i>
3939
</a>

0 commit comments

Comments
 (0)