batman (working version kinda)
This commit is contained in:
commit
6dd38036e7
65 changed files with 3950 additions and 0 deletions
6
app/templates/components/port_row.html
Normal file
6
app/templates/components/port_row.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue