mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
16.11.2019 98329a5b19d71affd18c02ad82a3eaf04d21a1cc
stopped -> ended.
1 files modified
2 ■■■ changed files
borgbutler-webapp/src/components/views/jobs/Job.jsx 2 ●●● 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) {