fix(work-items): surface ai loop spotlight rows
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / build-and-deploy (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / tests (push) Has been cancelled

This commit is contained in:
ogt
2026-07-10 13:30:57 +08:00
parent acc5c90eb6
commit 747e41ac1d

View File

@@ -8646,12 +8646,14 @@ function AiControlledRunbookCoveragePanel({
"CIR-P0-010",
"CIR-P0-012",
"CIR-P0-015",
"CIR-P0-AILOOP-001",
"CIR-P0-AILOOP-002",
"CIR-P0-LOG-001",
"CIR-P0-TG-001",
]);
const spotlightRows = rows
.filter((row) => row.work_item_id && spotlightIds.has(row.work_item_id))
.slice(0, 8);
.slice(0, 10);
const metricCards = [
{
key: "completion",