Add action to supported types for icons
This commit is contained in:
parent
1b74ea4296
commit
2ce90a43f5
|
@ -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…
Reference in New Issue