Skip to content

Commit

Permalink
Remove options legacy button
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Dec 17, 2024
1 parent 4b30058 commit 6e085ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/app-frontend/src/pages/instance/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,6 @@ const tabs = computed(() => [
label: 'Logs',
href: `/instance/${encodeURIComponent(route.params.id)}/logs`,
},
{
label: 'Options (legacy)',
href: `/instance/${encodeURIComponent(route.params.id)}/options`,
},
])
breadcrumbs.setName(
Expand Down

0 comments on commit 6e085ca

Please sign in to comment.