diff --git a/surfsense_web/app/dashboard/[workspace_id]/playground/components/runs-table.tsx b/surfsense_web/app/dashboard/[workspace_id]/playground/components/runs-table.tsx index 17508c0ff..6368a1f76 100644 --- a/surfsense_web/app/dashboard/[workspace_id]/playground/components/runs-table.tsx +++ b/surfsense_web/app/dashboard/[workspace_id]/playground/components/runs-table.tsx @@ -1,8 +1,9 @@ "use client"; import { useInfiniteQuery } from "@tanstack/react-query"; -import { ChevronDown, ChevronRight, History } from "lucide-react"; +import { ChevronDown, ChevronRight, History, Info } from "lucide-react"; import { Fragment, useState } from "react"; +import { Alert, AlertDescription } from "@/components/ui/alert"; import { Button } from "@/components/ui/button"; import { Select, @@ -67,13 +68,12 @@ export function RunsTable({ workspaceId }: { workspaceId: number }) { return (
- Every platform-native API run in this workspace — from the playground, API keys, and - agents. Newest first. -
-