# JobHistory

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/DocAutomation/JobHistory.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/DocAutomation/JobHistory.tsx#L426)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `jobs` | `DocumentationJobEntry[]` | ✓ | - |
| `loading` | `boolean` | ✓ | - |
| `error` | `Error | null` | ✓ | - |
| `liveProgress` | `Record` | ✓ | - |
| `projectId` | `string` | ✓ | - |
| `onRegenerate` | `Function` | - | - |
| `onCancelJob` | `Function` | - | - |
| `onDeleteJobDocuments` | `Function` | - | - |
| `onRefresh` | `Function` | - | - |

## Diagram

```mermaid
graph TD
    component_JobHistory_156a1910["JobHistory"]
    class component_JobHistory_156a1910 rootComponent
```

## Relationships

- RENDERS → `History`
- RENDERS → `RefreshCw`
- RENDERS → `Loader2`
- RENDERS → `JobRow`
