mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +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:
13
templates/base/layouts/dashlet-panel/dashlet-entry.html.twig
Normal file
13
templates/base/layouts/dashlet-panel/dashlet-entry.html.twig
Normal file
@@ -0,0 +1,13 @@
|
||||
<button class="ibo-dashlet-entry"
|
||||
data-dashlet-class="{{ oUIBlock.GetDashletClass() }}"
|
||||
data-min-width="{{ oUIBlock.GetDashletMinWidth() }}"
|
||||
data-min-height="{{ oUIBlock.GetDashletMinHeight() }}"
|
||||
data-preferred-width="{{ oUIBlock.GetDashletPreferredWidth() }}"
|
||||
data-preferred-height="{{ oUIBlock.GetDashletPreferredHeight() }}"
|
||||
>
|
||||
<div class="ibo-dashlet-entry--icon"><img src="{{ oUIBlock.GetDashletIcon() }}" alt="{{ oUIBlock.GetDashletLabel() }} icon"/></div>
|
||||
<div class="ibo-dashlet-entry--content">
|
||||
<div class="ibo-dashlet-entry--title">{{ oUIBlock.GetDashletLabel() }}</div>
|
||||
<div class="ibo-dashlet-entry--description">{{ oUIBlock.GetDashletDescription() }}</div>
|
||||
</div>
|
||||
</button>
|
||||
Reference in New Issue
Block a user