mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08:46 +02:00
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
This commit is contained in:
11
templates/base/layouts/dashlet-panel/layout.html.twig
Normal file
11
templates/base/layouts/dashlet-panel/layout.html.twig
Normal file
@@ -0,0 +1,11 @@
|
||||
<div id={{ oUIBlock.GetId() }} class="ibo-dashlet-panel">
|
||||
<div class ="ibo-dashlet-panel--title">
|
||||
Add a dashlet
|
||||
</div>
|
||||
<div class="ibo-dashlet-panel--entries">
|
||||
{% for oSubBlock in oUIBlock.GetSubBlocks() %}
|
||||
{{ render_block(oSubBlock, {aPage: aPage}) }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="ibo-dashlet-panel--form-container ibo-is-hidden"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user