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 @@
}
-
+
-
| Name |
- Date Started |
- Date of Last Message |
+ Started |
+ Last Message |
Size (bytes) |
PCAP |
QMDL |
Analysis |
- Delete |
+ |
@@ -29,4 +28,4 @@
{/each}
-
+
\ 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}
- |
-
+ |
|