diff --git a/apps/web/src/app/[locale]/awooop/runs/page.tsx b/apps/web/src/app/[locale]/awooop/runs/page.tsx index 5f61e55c4..e68fb4e6e 100644 --- a/apps/web/src/app/[locale]/awooop/runs/page.tsx +++ b/apps/web/src/app/[locale]/awooop/runs/page.tsx @@ -1295,7 +1295,7 @@ function SecurityRunStateCandidatePanel() {
{t("subtitle")}
+{item.label}
{item.value}
-{item.detail}
+{publicContractText(item.name)}
-{item.detail}
+{t("subtitle")}
+- {t(`metrics.${metric.key}.detail` as never)} -
); })} @@ -1499,7 +1496,7 @@ function OwnerResponseValidationRunBoundaryPanel() {{t("subtitle")}
+{item.label}
{item.value}
-{item.detail}
+{t(`runRefs.${item.key}.title` as never)}
-- {t(`runRefs.${item.key}.detail` as never)} -
{publicContractText(item.contract)}
@@ -2178,7 +2172,7 @@ function SourceDossierCoveragePanel({{t("subtitle")}
+{item.detail}
+ ))} @@ -2385,7 +2379,7 @@ function EventRecurrencePanel({{t("subtitle")}
+{item.detail}
+ ))} @@ -2974,17 +2968,6 @@ function CallbackReplyAuditSummaryPanel({{t("operatorVerdictTitle")}
-- {t("operatorVerdictDetail", { - inboundStatus: inboundStatusLabel, - inboundTotal: summary.inbound_callback_total ?? 0, - inboundRecent24h: summary.inbound_callback_recent_24h_total ?? 0, - snapshotStatus: snapshotStatusLabel, - snapshotCoverage, - traceRecoveryStatus: traceRecoveryStatusLabel, - nextAction: nextActionLabel, - })} -
{outboundTotal}
-- {t("outboundDetail", { - sourceRefs: summary.outbound_source_refs_total ?? 0, - traceRefs: - summary.outbound_trace_ref_total ?? - summary.outbound_incident_ref_total ?? - 0, - incidentRefs: summary.outbound_incident_ref_total ?? 0, - coverage: sourceRefCoverage, - })} -
-- {t("outboundReplyMarkupDetail", { - replyMarkup: summary.outbound_reply_markup_total ?? 0, - missingIncidentRefs: - summary.outbound_reply_markup_missing_incident_ref_total ?? 0, - missingTraceRefs: - summary.outbound_reply_markup_missing_trace_ref_total ?? 0, - })} -
{t("outboundReplyMarkupTraceFreshness", { recent1h: @@ -3068,22 +3031,6 @@ function CallbackReplyAuditSummaryPanel({
{callbackTotal}
-- {t("callbackDetail", { - detail: summary.callback_detail_total ?? 0, - history: summary.callback_history_total ?? 0, - incidents: summary.callback_incident_total ?? 0, - })} -
-- {t("inboundCallbackDetail", { - total: summary.inbound_callback_total ?? 0, - recent24h: summary.inbound_callback_recent_24h_total ?? 0, - latest: latestInboundCallback, - status: inboundStatusLabel, - action: inboundNextActionLabel, - })} -
{t("snapshots")}
@@ -3095,14 +3042,6 @@ function CallbackReplyAuditSummaryPanel({ > {snapshotStatusLabel} -- {t("snapshotDetail", { - captured: summary.callback_snapshot_captured_total ?? 0, - partial: summary.callback_snapshot_partial_total ?? 0, - missing: summary.callback_snapshot_missing_total ?? 0, - coverage: snapshotCoverage, - })} -
{t("delivery")}
@@ -3277,7 +3216,7 @@ function AutomationFlowGatePanel({{t("subtitle")}
+{t("subtitle")}
+{metric.label}
{metric.value}
-{metric.detail}
+{t("subtitle")}
+- {t("subtitle")} -
+{node.detail}
-{node.subdetail}
+ + ); })} @@ -4735,7 +4672,7 @@ function AiLoopAgentActionChainPanel({{asset.detail}
+ ))} @@ -5173,7 +5110,7 @@ export default function RunsPage() {{config.label}
-{config.detail}
+{item.detail}
+ ); })}