No pipeline runs recorded.
;
+ }
+
+ return (
+
+ {runs.map((run) => {
+ const isExpanded = expandedRunId === run.id;
+ return (
+
+
+ {isExpanded && (
+
+
+
+ )}
+
+ );
+ })}
+
+ {legacyCount > 0 && (
+
+
+ {showLegacy && (
+
+
+
+ )}
+
+ )}
+
+ );
+}
+
// ── Stage Timeline ───────────────────────────────────────────────────────────
const PIPELINE_STAGES = [
@@ -1065,7 +1187,7 @@ export default function AdminPipeline() {