feat: implement basic fairy tracker
This commit is contained in:
parent
1e46ad269e
commit
8109bacb0d
27 changed files with 290 additions and 7 deletions
|
@ -56,12 +56,16 @@
|
|||
class="action reset"
|
||||
hx-post="/reset?instance=<%= @instance.public_id %>&nm=<%= nm[:name].parameterize %>"
|
||||
hx-target="#nm-list"
|
||||
hx-select="#nm-list"
|
||||
hx-swap="outerHTML"
|
||||
>Reset</button>
|
||||
<% else %>
|
||||
<button
|
||||
class="action"
|
||||
hx-post="/pop?instance=<%= @instance.public_id %>&nm=<%= nm[:name].parameterize %>"
|
||||
hx-target="#nm-list"
|
||||
hx-select="#nm-list"
|
||||
hx-swap="outerHTML"
|
||||
>Pop</button>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue