mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
Add description field to admin's new user form, closes #307
This commit is contained in:
parent
e4c7853367
commit
26da754e7a
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ v-container
|
||||||
v-text-field(v-model='new_user.email'
|
v-text-field(v-model='new_user.email'
|
||||||
:label="$t('common.email')"
|
:label="$t('common.email')"
|
||||||
:rules="$validators.email")
|
:rules="$validators.email")
|
||||||
|
v-text-field(v-model='new_user.description' :label="$t('common.description')")
|
||||||
v-switch(v-model='new_user.is_admin' :label="$t('common.admin')" inset)
|
v-switch(v-model='new_user.is_admin' :label="$t('common.admin')" inset)
|
||||||
v-alert(type='info' :closable='false' :icon='mdiInformation') {{$t('admin.user_add_help')}}
|
v-alert(type='info' :closable='false' :icon='mdiInformation') {{$t('admin.user_add_help')}}
|
||||||
v-card-actions
|
v-card-actions
|
||||||
|
|
Loading…
Reference in a new issue