hm
This commit is contained in:
parent
85990dd074
commit
40dfe0919b
@ -213,8 +213,10 @@
|
|||||||
<div class="w-48 text-center text-xs">
|
<div class="w-48 text-center text-xs">
|
||||||
{#if build.status === 'running'}
|
{#if build.status === 'running'}
|
||||||
<div>
|
<div>
|
||||||
|
{day(build.createdAt)}
|
||||||
|
{day()}
|
||||||
<span class="font-bold text-xl"
|
<span class="font-bold text-xl"
|
||||||
>{day(build.updatedAt).utc().diff(day(build.createdAt)) / 1000}s</span
|
>{(day().utc().diff(day(build.createdAt)) / 1000).toFixed(0)}s</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user