mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix:UI/UX: Users table show red rows for disabled accounts #2876
This commit is contained in:
		
							parent
							
								
									2cb53fafd7
								
							
						
					
					
						commit
						a0cc42b385
					
				@ -10,7 +10,7 @@
 | 
			
		||||
          <th class="w-32 hidden sm:table-cell">{{ $strings.LabelCreatedAt }}</th>
 | 
			
		||||
          <th class="w-32"></th>
 | 
			
		||||
        </tr>
 | 
			
		||||
        <tr v-for="user in users" :key="user.id" class="cursor-pointer" :class="user.isActive ? '' : 'bg-error bg-opacity-20'" @click="$router.push(`/config/users/${user.id}`)">
 | 
			
		||||
        <tr v-for="user in users" :key="user.id" class="cursor-pointer" :class="user.isActive ? '' : '!bg-error/10'" @click="$router.push(`/config/users/${user.id}`)">
 | 
			
		||||
          <td>
 | 
			
		||||
            <div class="flex items-center">
 | 
			
		||||
              <widgets-online-indicator :value="!!usersOnline[user.id]" />
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user