mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-13 10:55:05 +02:00
Update:Users table show count next to header
This commit is contained in:
parent
84803cef82
commit
615ed26f0f
2 changed files with 8 additions and 2 deletions
|
@ -120,6 +120,7 @@ export default {
|
|||
this.users = res.users.sort((a, b) => {
|
||||
return a.createdAt - b.createdAt
|
||||
})
|
||||
this.$emit('numUsers', this.users.length)
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error('Failed', error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue