From d3107fd67cd9818e8cb06674cb5eba26992a2174 Mon Sep 17 00:00:00 2001 From: Michael Bromley Date: Tue, 26 Sep 2023 09:43:36 +0200 Subject: [PATCH] fix(admin-ui): Correctly display job retries Closes #1467 --- .../lib/system/src/components/job-list/job-list.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/admin-ui/src/lib/system/src/components/job-list/job-list.component.html b/packages/admin-ui/src/lib/system/src/components/job-list/job-list.component.html index 58629a9932..2bb0612faf 100644 --- a/packages/admin-ui/src/lib/system/src/components/job-list/job-list.component.html +++ b/packages/admin-ui/src/lib/system/src/components/job-list/job-list.component.html @@ -114,7 +114,7 @@
after {{ job.attempts }} attempts
- attempting {{ job.attempts }} of {{ job.retries }} + attempting {{ job.attempts }} of {{ job.retries + 1 }}