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
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user