diff --git a/bin/web/src/lib/components/ManifestCard.svelte b/bin/web/src/lib/components/ManifestCard.svelte index 9a5831a..c562bc2 100644 --- a/bin/web/src/lib/components/ManifestCard.svelte +++ b/bin/web/src/lib/components/ManifestCard.svelte @@ -38,12 +38,17 @@
{#if current} - Current Recording +
+ Current Recording + +
{/if}
ID: {entry.name} - + {#if !current} + + {/if}
{entry.qmdl_size_bytes} bytes
@@ -51,7 +56,7 @@ Start: {date_formatter.format(entry.start_time)} Last Message: {date_formatter.format(entry.last_message_time)}
-
+
{#if current} diff --git a/bin/web/src/lib/components/ManifestTable.svelte b/bin/web/src/lib/components/ManifestTable.svelte index 71058ad..b2b27ba 100644 --- a/bin/web/src/lib/components/ManifestTable.svelte +++ b/bin/web/src/lib/components/ManifestTable.svelte @@ -13,7 +13,7 @@ - + diff --git a/bin/web/src/routes/+page.svelte b/bin/web/src/routes/+page.svelte index d0bee1b..d352709 100644 --- a/bin/web/src/routes/+page.svelte +++ b/bin/web/src/routes/+page.svelte @@ -52,25 +52,28 @@
{#if loaded}
- {#if recording} {:else}
- + - WARNING: Not Recording + WARNING: Not Running - Rayhunter is not currently running! + Rayhunter is not currently running and will not detect abnormal behavior!
{/if} + +
+
+ History +
- {:else}

Loading...