batman (working version kinda)

This commit is contained in:
pika 2025-03-30 19:20:13 +02:00
commit 6dd38036e7
65 changed files with 3950 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<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>