+ {logs.map((log) => {
+ const isClickable = Boolean(log.executionId && workspaceId)
+ return (
+
handleRowClick(log) : undefined}
+ >
+
+
+
+
+
+ {log.trigger ? (
+
+ ) : (
+ —
+ )}
+
+
+
+
+ {formatDuration(log.duration, { precision: 2 }) || '—'}
+
+
+
+
+
+ {formatDateTime(new Date(log.createdAt))}
+
+
+