This commit is contained in:
Andras Bacsai 2022-09-15 11:15:07 +02:00
parent 85990dd074
commit 40dfe0919b

View File

@ -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}