diff --git a/bin/web/src/lib/components/DeleteAllButton.svelte b/bin/web/src/lib/components/DeleteAllButton.svelte index ac94bf4..a916678 100644 --- a/bin/web/src/lib/components/DeleteAllButton.svelte +++ b/bin/web/src/lib/components/DeleteAllButton.svelte @@ -9,7 +9,7 @@ } -
+
- {:else if server_is_recording} - + {:else} - + {/if}
diff --git a/bin/web/src/lib/components/SystemStatsTable.svelte b/bin/web/src/lib/components/SystemStatsTable.svelte index 40c2f43..c829d67 100644 --- a/bin/web/src/lib/components/SystemStatsTable.svelte +++ b/bin/web/src/lib/components/SystemStatsTable.svelte @@ -4,6 +4,7 @@ stats: SystemStats; } = $props(); + const table_cell_classes = "border p-1 lg:p-2";
@@ -11,24 +12,24 @@ - - + - - - - diff --git a/bin/web/src/routes/+page.svelte b/bin/web/src/routes/+page.svelte index dc637cb..d0bee1b 100644 --- a/bin/web/src/routes/+page.svelte +++ b/bin/web/src/routes/+page.svelte @@ -56,16 +56,21 @@ {#if recording} {:else} -
- WARNING: Not Recording +
+ + + WARNING: Not Recording + Rayhunter is not currently running! -
+
{/if}
- + {:else}

Loading...

+ Rayhunter Version {stats.runtime_metadata.rayhunter_version}{stats.runtime_metadata.rayhunter_version}
+ Storage + {stats.disk_stats.used_percent} used ({stats.disk_stats.used_size} / {stats.disk_stats.available_size})
+ Memory (RAM) + Free: {stats.memory_stats.free}, Used: {stats.memory_stats.used}