N°8772 - Debug & turbo

This commit is contained in:
Eric Espie
2025-10-30 10:00:12 +01:00
parent 06dbdcb5cd
commit 7a6f36b395
3 changed files with 13 additions and 7 deletions

View File

@@ -3,6 +3,9 @@
<turbo-frame id="itop_profiler_turbo_frame">
<div id="turbo_itop_profiler">
{{ sProfilerContent|raw }}
{% for aProfileInfo in aProfilesInfo %}
{% set aProfileData = aProfileInfo.aProfileData %}
{{ include(aProfileInfo.sTemplate) }}
{% endfor %}
</div>
</turbo-frame>