mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-15 20:48:03 +00:00
Add profile deletion, hide admin page to non-admins
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user