From 77e51ec2f6b05947e829afc8a7e486efce8555b6 Mon Sep 17 00:00:00 2001 From: Caleb <57644769+alliraine@users.noreply.github.com> Date: Fri, 16 May 2025 00:08:13 -0400 Subject: [PATCH] Fix Table UI and ControlBar UI --- bin/web/src/lib/components/ControlBar.svelte | 2 +- bin/web/src/lib/components/ManifestTable.svelte | 9 ++++----- bin/web/src/lib/components/ManifestTableRow.svelte | 5 ++--- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/bin/web/src/lib/components/ControlBar.svelte b/bin/web/src/lib/components/ControlBar.svelte index 9410a0c..e6ce763 100644 --- a/bin/web/src/lib/components/ControlBar.svelte +++ b/bin/web/src/lib/components/ControlBar.svelte @@ -13,7 +13,7 @@ } -
+
- - - + + - + @@ -29,4 +28,4 @@ {/each} -
NameDate StartedDate of Last MessageStartedLast Message Size (bytes) PCAP QMDL AnalysisDelete
+ \ No newline at end of file diff --git a/bin/web/src/lib/components/ManifestTableRow.svelte b/bin/web/src/lib/components/ManifestTableRow.svelte index 11437d6..f03921c 100644 --- a/bin/web/src/lib/components/ManifestTableRow.svelte +++ b/bin/web/src/lib/components/ManifestTableRow.svelte @@ -30,7 +30,7 @@ - {entry.name} + {entry.name} {date_formatter.format(entry.start_time)} {date_formatter.format(entry.last_message_time)} {entry.qmdl_size_bytes} @@ -49,8 +49,7 @@ {/if} - - +