diff --git a/assets/components/LogViewer/LogAnalytics.vue b/assets/components/LogViewer/LogAnalytics.vue
index e86da947..e812a4d7 100644
--- a/assets/components/LogViewer/LogAnalytics.vue
+++ b/assets/components/LogViewer/LogAnalytics.vue
@@ -22,34 +22,38 @@
-
-
-
- | {{ column }} |
-
-
-
-
- | {{ row[column] }} |
-
-
-
-
-
-
- |
-
- |
-
-
-
-
- |
-
- |
-
-
-
+
+
+
+
+
+ | {{ column }} |
+
+
+
+
+ | {{ row[column] }} |
+
+
+
+
+
+
+ |
+
+ |
+
+
+
+
+ |
+
+ |
+
+
+
+
+
@@ -63,6 +67,8 @@ const debouncedQuery = debouncedRef(query, 500);
const evaluating = ref(false);
const pageLimit = 1000;
+const [DefineTable, UseTable] = createReusableTemplate();
+
const url = withBase(
`/api/hosts/${container.host}/containers/${container.id}/logs?stdout=1&stderr=1&everything&jsonOnly`,
);