Add profile deletion, hide admin page to non-admins

This commit is contained in:
Kevin Thomas
2021-08-07 23:46:20 -07:00
parent cb1904ec2f
commit cd6af207be
7 changed files with 137 additions and 21 deletions

View File

@@ -28,13 +28,14 @@
return-object
label="Profiles"
class="mx-3"
@change="loadProfile"
/>
<v-btn
class="mx-3 mb-5"
@click="loadProfile"
@click="deleteProfile"
>
Load Profile
Delete Profile
</v-btn>
</v-row>