diff --git a/bin/web/src/lib/components/ManifestTable.svelte b/bin/web/src/lib/components/ManifestTable.svelte index 289073a..72e7c1a 100644 --- a/bin/web/src/lib/components/ManifestTable.svelte +++ b/bin/web/src/lib/components/ManifestTable.svelte @@ -7,9 +7,9 @@ } let { entries, current_entry }: Props = $props(); -
| Name | Started | Last Message | diff --git a/bin/web/src/lib/components/ManifestTableRow.svelte b/bin/web/src/lib/components/ManifestTableRow.svelte index f03921c..8e670cd 100644 --- a/bin/web/src/lib/components/ManifestTableRow.svelte +++ b/bin/web/src/lib/components/ManifestTableRow.svelte @@ -29,7 +29,7 @@ } -
|---|---|---|
| {entry.name} | {date_formatter.format(entry.start_time)} | {date_formatter.format(entry.last_message_time)} | diff --git a/bin/web/src/routes/+page.svelte b/bin/web/src/routes/+page.svelte index 567b94b..969f3a7 100644 --- a/bin/web/src/routes/+page.svelte +++ b/bin/web/src/routes/+page.svelte @@ -30,7 +30,7 @@ }) -