Fix finished time showing for in-progress deployments
This commit is contained in:
@@ -305,7 +305,7 @@
|
||||
<template x-for="d in deployments" :key="d.id">
|
||||
<tr>
|
||||
<td class="text-gray-500">
|
||||
<span x-text="formatTime(d.finishedAtISO)" :title="d.finishedAtLabel"></span>
|
||||
<span x-text="formatTime(d.finishedAtISO) || '-'" :title="d.finishedAtLabel"></span>
|
||||
</td>
|
||||
<td class="text-gray-500" x-text="d.duration || '-'"></td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user