We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef8cec commit c31460fCopy full SHA for c31460f
src/Resources/views/sonata/list.html.twig
@@ -26,7 +26,7 @@
26
<i class="fa fa-home"></i>
27
</a>
28
</li>
29
- <li>
+ <li class="active">
30
<span>
31
{{ 'job.name'|trans }}
32
</span>
src/Resources/views/sonata/show.html.twig
@@ -60,7 +60,7 @@
60
61
{% set rootExecution = execution.rootExecution %}
62
{% for parentPath, executionInPath in executionsPath %}
63
+ <li {% if loop.last %}class="active"{% endif %}>
64
{% if loop.last %}
65
66
{%- include '@YokaiBatch/sonata/show/_job-name-and-id.html.twig' with {execution: executionInPath} only -%}
0 commit comments