mirror of
https://github.com/vx3r/wg-gen-web.git
synced 2024-11-04 17:31:17 +00:00
accidentally removed Add new client button
This commit is contained in:
parent
6fcd70bf80
commit
e5ca62018c
@ -18,6 +18,14 @@
|
||||
single-line
|
||||
hide-details
|
||||
></v-text-field>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn
|
||||
color="success"
|
||||
@click="startCreate"
|
||||
>
|
||||
Add new client
|
||||
<v-icon right dark>mdi-account-multiple-plus-outline</v-icon>
|
||||
</v-btn>
|
||||
</v-card-title>
|
||||
<v-data-table
|
||||
v-if="listView"
|
||||
|
Loading…
Reference in New Issue
Block a user