UI: Remove redundant Ändern badge from Aktives Gehirn graph node in AgentView

This commit is contained in:
Hitonabi
2026-06-26 13:41:34 +02:00
parent d286dbf203
commit 77daa38cf0
3 changed files with 4 additions and 9 deletions
+2 -7
View File
@@ -309,13 +309,8 @@ export function AgentView() {
</div>
{s.gateway_reachable && <span className="h-1.5 w-1.5 rounded-full bg-emerald-400 animate-pulse" />}
</div>
<div className="flex items-center justify-between mt-1">
<span className="text-[10px] font-mono font-medium truncate text-foreground font-space max-w-[100px]" title={s.brain_model}>
{s.brain_model || "auto"}
</span>
<span className="text-[8px] bg-primary/20 hover:bg-primary/30 border border-primary/30 text-primary px-1.5 py-0.5 rounded uppercase font-bold tracking-wider transition-colors">
Ändern
</span>
<div className="text-[10px] font-mono font-medium truncate mt-0.5 text-foreground font-space" title={s.brain_model}>
{s.brain_model || "auto"}
</div>
</div>