Add action to supported types for icons

modern-tables
Mark Veidemanis 2 years ago
parent 1b74ea4296
commit 2ce90a43f5
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -108,6 +108,10 @@
<span class="icon" data-tooltip="Mode">
<i class="fa-solid fa-gear"></i>
</span>
{% elif item.type == 'action' %}
<span class="icon" data-tooltip="Action">
<i class="fa-solid fa-exclamation"></i>
</span>
{% else %}
{{ item.type }}
{% endif %}

Loading…
Cancel
Save