mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
* No dashlet edition * Dashboard are not persisted * Unable to load a dashboard from an endpoint (refresh) * Grid library need proper npm integration
5 lines
199 B
Twig
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> |