import { Badge } from "../ui/badge"; import { Button } from "../ui/button"; import { Card, CardHeader, CardTitle, CardDescription, CardContent, } from "../ui/card"; export function PipelineRunHistory() { return ( Run History History of pipeline executions
Run ID Date Status Duration Records Actions
RUN-123 Today, 10:30 AM Success 2m 15s 1,240
RUN-122 Yesterday, 10:30 AM Success 2m 10s 1,235
RUN-121 2 days ago, 10:30 AM Success 2m 05s 1,228
); }