Skip to content

Commit

Permalink
Add run options in context menu (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
punitda authored Aug 22, 2024
1 parent 6480e12 commit 85c85f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/app/routes/apps/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,11 @@ function DropdownActionMenu({ app }: DropdownActionMenuProps) {
</DropdownMenuTrigger>
<DropdownMenuContent align="end">
<DropdownMenuLabel>Actions</DropdownMenuLabel>
<DropdownMenuItem>
<Link to={app.url} target="_blank" rel="noopener noreferrer">
Run
</Link>
</DropdownMenuItem>
<DialogTrigger asChild>
<DropdownMenuItem>Delete</DropdownMenuItem>
</DialogTrigger>
Expand Down

0 comments on commit 85c85f8

Please sign in to comment.