mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Update app/src/views/user/UserList.vue
This commit is contained in:
parent
40e61b5f59
commit
db2b93ea24
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export default {
|
|||
data () {
|
||||
return {
|
||||
queries: [
|
||||
['GET', { uri: 'users?fields=username&fields=fullname&fields=mail&fields=mailbox-quota&fields=shell&fields=groups' }]
|
||||
['GET', { uri: 'users?fields=username&fields=fullname&fields=mail&fields=mailbox-quota&fields=groups' }]
|
||||
],
|
||||
search: ''
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue