mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-14 12:18:01 +00:00
Add initial implementation for loading proflies
This commit is contained in:
@@ -21,13 +21,22 @@
|
||||
Profiles
|
||||
</h2>
|
||||
|
||||
<v-select
|
||||
v-model="selectedProfile"
|
||||
:items="profileItems"
|
||||
label="Profiles"
|
||||
class="mx-3"
|
||||
@click="loadProfiles"
|
||||
/>
|
||||
<v-row justify="center">
|
||||
<v-select
|
||||
v-model="selectedProfile"
|
||||
:items="profileItems"
|
||||
label="Profiles"
|
||||
class="mx-3"
|
||||
@click="populateProfileItems"
|
||||
/>
|
||||
|
||||
<v-btn
|
||||
class="mx-3 mb-5"
|
||||
@click="loadProfile"
|
||||
>
|
||||
Load Profile
|
||||
</v-btn>
|
||||
</v-row>
|
||||
|
||||
<v-dialog
|
||||
v-model="profileDialog"
|
||||
|
||||
Reference in New Issue
Block a user