diff --git a/skyvern-frontend/src/routes/history/RunHistory.tsx b/skyvern-frontend/src/routes/history/RunHistory.tsx index 5fe574e92..a67e85e93 100644 --- a/skyvern-frontend/src/routes/history/RunHistory.tsx +++ b/skyvern-frontend/src/routes/history/RunHistory.tsx @@ -1,5 +1,12 @@ import { LightningBoltIcon, MixerHorizontalIcon } from "@radix-ui/react-icons"; +import { + Select, + SelectContent, + SelectItem, + SelectTrigger, + SelectValue, +} from "@/components/ui/select"; import { Tip } from "@/components/Tip"; import { Status, @@ -322,27 +329,30 @@ function RunHistory() { {displayTableBody()} -
-
- Items per page - { const params = new URLSearchParams(searchParams); - params.set("page_size", String(next)); + params.set("page_size", size); params.set("page", "1"); setSearchParams(params, { replace: true }); }} > - - - - - + + + + + 5 + 10 + 20 + 50 + +
- + -
+
Items per page
- +