mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-20 22:58:11 -07:00
Add visual for GUI; fix clippy issue.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
import ConfigForm from '$lib/components/ConfigForm.svelte';
|
||||
import ActionErrors from '$lib/components/ActionErrors.svelte';
|
||||
import ClockDriftAlert from '$lib/components/ClockDriftAlert.svelte';
|
||||
import DiskSpaceAlert from '$lib/components/DiskSpaceAlert.svelte';
|
||||
import LogView from '$lib/components/LogView.svelte';
|
||||
|
||||
let manager: AnalysisManager = new AnalysisManager();
|
||||
@@ -210,6 +211,7 @@
|
||||
<ActionErrors />
|
||||
<ClockDriftAlert />
|
||||
{#if loaded}
|
||||
<DiskSpaceAlert stats={system_stats!} is_recording={!!current_entry} />
|
||||
<div class="flex flex-col lg:flex-row gap-4">
|
||||
{#if current_entry}
|
||||
<Card
|
||||
|
||||
Reference in New Issue
Block a user