Skip to content

Commit

Permalink
chore: Remove config run button
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith committed Dec 20, 2024
1 parent 64ee415 commit defff5c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/app/clusters/[clusterId]/configs/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,6 @@ const columns: ColumnDef<Prompt>[] = [

return (
<div className="flex flex-row gap-2">
<Button size="sm" asChild>
<Link
href={`/clusters/${row.original.clusterId}/runs?configId=${row.original.id}`}
target="_blank"
>
Run
</Link>
</Button>
<Button variant="secondary" size="sm" asChild>
<Link
href={`/clusters/${row.original.clusterId}/configs/${row.original.id}/edit`}
Expand Down

0 comments on commit defff5c

Please sign in to comment.