This commit is contained in:
nemunaire 2022-09-13 21:54:07 +02:00
parent 0d42143156
commit 2ccf2057de

View File

@ -107,7 +107,7 @@
</div>
Dernière récupération&nbsp;: <strong>{#if repo.last_check}<DateFormat date={new Date(repo.last_check)} dateStyle="medium" timeStyle="medium" />{:else}-{/if}</strong>
{#if repo_pull_state}
<BuildState {repo_pull_state} on:show_logs={() => showlogs(repo)} />
<BuildState {repo_pull_state} on:show_logs={() => showLogs(repo)} />
{/if}
</div>
</div>