Files
iTop/templates/base/layouts/dashboard/grid/layout.html.twig
Stephen Abello a713e1b56e N°8641 - Dashboard editor front-end first commit for Form SDK integration.
* No dashlet edition
* Dashboard are not persisted
* Unable to load a dashboard from an endpoint (refresh)
* Grid library need proper npm integration
2026-01-08 10:17:30 +01:00

5 lines
199 B
Twig

<ibo-dashboard-grid class="ibo-dashboard--grid grid-stack">
{% for oSubBlock in oUIBlock.GetSlots() %}
{{ render_block(oSubBlock, {aPage: aPage}) }}
{% endfor %}
</ibo-dashboard-grid>