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-stream action="update" target="turbo_itop_profiler">
<template>
{{ sProfilerContent|raw }}
{% for aProfileInfo in aProfilesInfo %}
{% set aProfileData = aProfileInfo.aProfileData %}
{{ include(aProfileInfo.sTemplate) }}
{% endfor %}
</template>
</turbo-stream>