Loading runs...
+ ) : runs.length === 0 ? ( +No runs found.
+| Status | +Rule | +Stage / Progress | +Articles | +Started | +Duration | +
|---|---|---|---|---|---|
| + + {statusIcon[run.status]} + {run.status} + + | ++ + {run.rule.name} + + | ++ {run.status === 'RUNNING' && run.stage ? ( + + {run.stage} + {run.progress ? ` • ${run.progress}` : ''} + + ) : ( + — + )} + | +{run.articlesFound} | +{started.toLocaleString()} | +{durationText} | +
+ {run.error}
+
+