mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 18:24:46 +02:00
Update scanner v3, add isActive support for users
This commit is contained in:
parent
ddbf678a8b
commit
4e92ea3992
13 changed files with 230 additions and 160 deletions
|
@ -17,7 +17,7 @@
|
|||
<th style="width: 200px">Created At</th>
|
||||
<th style="width: 100px"></th>
|
||||
</tr>
|
||||
<tr v-for="user in users" :key="user.id">
|
||||
<tr v-for="user in users" :key="user.id" :class="user.isActive ? '' : 'bg-error bg-opacity-20'">
|
||||
<td>
|
||||
{{ user.username }} <span class="text-xs text-gray-400 italic pl-4">({{ user.id }})</span>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue