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} - - +