Update ui/src/pages/Agents.tsx

Approved

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
plind
2026-04-03 23:22:02 +09:00
committed by GitHub
parent 045a3d54b9
commit acb2bc6b3b
+1 -1
View File
@@ -234,7 +234,7 @@ export function Agents() {
title={agent.name}
subtitle={`${roleLabels[agent.role] ?? agent.role}${agent.title ? ` - ${agent.title}` : ""}`}
to={agentUrl(agent)}
className={agent.pausedAt ? "opacity-50" : ""}
className={agent.pausedAt && tab !== "paused" ? "opacity-50" : ""}
leading={
<span className="relative flex h-2.5 w-2.5">
<span