Tweaked Participants and Settings pages
This commit is contained in:
parent
3906b73c61
commit
219acb62d6
3 changed files with 75 additions and 20 deletions
|
|
@ -232,8 +232,8 @@
|
|||
Permanently delete all records of a given type. This cannot be undone.
|
||||
</p>
|
||||
<div style="display:flex;flex-wrap:wrap;gap:0.5rem">
|
||||
<button class="btn btn-danger" onclick={() => resetModel('attendees', api.settings.resetAttendees)}>
|
||||
Delete All Attendees
|
||||
<button class="btn btn-danger" onclick={() => resetModel('tickets', api.settings.resetTickets)}>
|
||||
Delete All Tickets
|
||||
</button>
|
||||
<button class="btn btn-danger" onclick={() => resetModel('volunteers', api.settings.resetVolunteers)}>
|
||||
Delete All Volunteers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue