From 1ca0d89862da238cd0997ef6d6c5d7021af59004 Mon Sep 17 00:00:00 2001 From: Peter Monks Date: Fri, 22 Jul 2022 10:48:18 +0100 Subject: [PATCH] gh-518 Add scope attribute to th elements --- .../async-job-detail.component.html | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/src/app/userArea/async-job-detail/async-job-detail.component.html b/src/app/userArea/async-job-detail/async-job-detail.component.html index d86831dca..ea75bd7ec 100644 --- a/src/app/userArea/async-job-detail/async-job-detail.component.html +++ b/src/app/userArea/async-job-detail/async-job-detail.component.html @@ -23,36 +23,29 @@

{{ job.jobName }}

- - + - + - + - +
Started by userStarted by user {{ job.startedByUser }}
Time startedTime started {{ job.dateTimeStarted | date: 'dd/MM/yyyy h:mm a' }}
StatusStatus {{ job.status | titlecase }}
LocationLocation {{ job.location }}