bede
This commit is contained in:
@@ -113,7 +113,7 @@ export default function LdapManager({
|
||||
<div className="flex items-center gap-3">
|
||||
<div className={cn(
|
||||
"w-8 h-8 flex items-center justify-center transition-all",
|
||||
ldapConfig.use_tls ? "bg-primary/10 text-primary" : "bg-surface-bright text-muted"
|
||||
ldapConfig.use_tls ? "status-success" : "bg-surface-bright text-muted"
|
||||
)}>
|
||||
<Lock size={14} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user