| borgbutler-webapp/src/components/views/jobs/Job.jsx | ●●●●● patch | view | raw | blame | history |
borgbutler-webapp/src/components/views/jobs/Job.jsx
@@ -45,7 +45,7 @@ times += ', started: ' + job.startTime; } if (job.stopTime) { times += ', stopped: ' + job.stopTime; times += ', ended: ' + job.stopTime; } times += ')'; if ((job.status !== 'RUNNING' && job.status !== 'QUEUED') || job.cancellationRequested) {