events: set task start time before start not on init (#4908)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -88,7 +88,7 @@ export class SystemTaskListPage extends TablePage<Task> {
|
||||
</dt>
|
||||
<dd class="pf-c-description-list__description">
|
||||
<div class="pf-c-description-list__text">
|
||||
${t`${Math.round(item.taskDuration)} seconds`}
|
||||
${t`${item.taskDuration.toFixed(2)} seconds`}
|
||||
</div>
|
||||
</dd>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user