We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b3d18 commit 0c8f809Copy full SHA for 0c8f809
src/argus/htmx/templates/htmx/incident/_incident_list_menubar.html
@@ -22,5 +22,12 @@
22
class="tab-content border-primary [--tab-border:theme(borderWidth.DEFAULT)] rounded-box p-2">
23
{% include "htmx/incident/_incident_list_update_menu.html" %}
24
</div>
25
+ <input type="radio"
26
+ name="incident_menus"
27
+ role="tab"
28
+ class="tab tab-select [--tab-border:theme(borderWidth.DEFAULT)] [--tab-border-color:theme(colors.primary)] text-nowrap min-h-fit"
29
+ aria-label="Kiosk" />
30
+ <div role="tabpanel"
31
+ class="tab-content border-primary [--tab-border:theme(borderWidth.DEFAULT)] rounded-box p-2"></div>
32
{% endblock menu_tabs %}
33
0 commit comments