diff --git a/frontend/src/ui/DataTable.jsx b/frontend/src/ui/DataTable.jsx
index 39c2e70..d29d8b7 100644
--- a/frontend/src/ui/DataTable.jsx
+++ b/frontend/src/ui/DataTable.jsx
@@ -159,6 +159,9 @@ export function Pagination({
>
)}
+
@@ -181,6 +184,9 @@ export function Pagination({
+
diff --git a/frontend/src/ui/icons.jsx b/frontend/src/ui/icons.jsx
index fc1eab2..47d4891 100644
--- a/frontend/src/ui/icons.jsx
+++ b/frontend/src/ui/icons.jsx
@@ -198,6 +198,18 @@ export const ICONS = {
'chevron-left': ,
'chevron-right': ,
'chevron-down': ,
+ 'chevrons-left': (
+ <>
+
+
+ >
+ ),
+ 'chevrons-right': (
+ <>
+
+
+ >
+ ),
refresh: (
<>