diff --git a/apps/web/src/app/[locale]/awooop/work-items/page.tsx b/apps/web/src/app/[locale]/awooop/work-items/page.tsx index 5097d5b6..b227bac8 100644 --- a/apps/web/src/app/[locale]/awooop/work-items/page.tsx +++ b/apps/web/src/app/[locale]/awooop/work-items/page.tsx @@ -4334,52 +4334,52 @@ function KnowledgeGovernancePanel({ const duplicateCount = dedupeGroup?.duplicate_count ?? draftGroup?.duplicateCount ?? 0; return ( -
-
+
+
-

+

{item.governance_event_id}

-

+

{item.executor_type ?? "--"} / {item.decision_path ?? "--"}

- + {t(`statuses.${statusKey}` as never)}
-
-

+

+

{t("stage", { stage: t(`stages.${stageKey}` as never), })}

-

{t("next", { action: item.next_action ?? item.proposed_action ?? "--" })}

-

{t("lead", { agent: item.lead_agent ?? "--" })}

-

{t("human", { owner: item.human_owner ?? "--" })}

-

+

{t("next", { action: item.next_action ?? item.proposed_action ?? "--" })}

+

{t("lead", { agent: item.lead_agent ?? "--" })}

+

{t("human", { owner: item.human_owner ?? "--" })}

+

{t("support", { agents: item.support_agents?.length ? item.support_agents.join(" / ") : "--", })}

-

{t("worker", { status: workerStatus })}

-

{t("draft", { id: draftId ?? "--" })}

+

{t("worker", { status: workerStatus })}

+

{t("draft", { id: draftId ?? "--" })}

{duplicateCount > 0 ? ( -

+

{t("duplicateWarning", { count: duplicateCount })}

) : null}
{steps.length > 0 ? ( -
+
{steps.slice(0, 6).map((step) => ( {t(`stages.${governanceKmStageKey(step)}` as never)} @@ -4471,7 +4471,7 @@ function KnowledgeGovernancePanel({

{metric.value}

-

+

{metric.detail}