homedocs/app/templates/components/port_row.html
2025-03-30 19:20:13 +02:00

6 lines
199 B
HTML

<div class="port-row" hx-target="this">
<span>{{ port.number }}/{{ port.protocol }}</span>
<button hx-get="/port/{{ port.id }}/copy" class="btn btn-sm">
Kopieren
</button>
</div>