diff --git a/src/components/runners/RunnersOverview.svelte b/src/components/runners/RunnersOverview.svelte
index edd3832f..d4a3bf36 100644
--- a/src/components/runners/RunnersOverview.svelte
+++ b/src/components/runners/RunnersOverview.svelte
@@ -214,7 +214,7 @@
/>
{#each headerGroup.headers as header}
-
+
{/each}
{/each}
@@ -245,7 +245,6 @@
-
{/if}
{/if}
-
\ No newline at end of file
+
diff --git a/src/components/shared/TableBottom.svelte b/src/components/shared/TableBottom.svelte
index 33eb8ddf..1d6194fb 100644
--- a/src/components/shared/TableBottom.svelte
+++ b/src/components/shared/TableBottom.svelte
@@ -1,71 +1,71 @@
+
-
-
-
-
-
- Page
-
- {$table.getState().pagination.pageIndex + 1} of{" "}
- {$table.getPageCount()}
-
-
-
- | Go to page:
- {
- const page = e.target.value ? Number(e.target.value) - 1 : 0;
- $table.setPageIndex(page);
- }}
- class="border p-1 rounded w-16"
- />
-
-
-
-
-
- {Object.keys(selected).length} of{" "}
- {$table.getPreFilteredRowModel().rows.length} Total Rows Selected
-
\ No newline at end of file
+ class="border p-1 rounded w-16"
+ />
+
+
+
+
+
+ {Object.keys(selected).length} of{" "}
+ {$table.getPreFilteredRowModel().rows.length} Total Rows Selected
+