Skip to content

fix: open deployments tab when opening a service from the deployments list#4582

Closed
TpmyCT wants to merge 1 commit into
Dokploy:canaryfrom
TpmyCT:fix/open-deployments-tab
Closed

fix: open deployments tab when opening a service from the deployments list#4582
TpmyCT wants to merge 1 commit into
Dokploy:canaryfrom
TpmyCT:fix/open-deployments-tab

Conversation

@TpmyCT

@TpmyCT TpmyCT commented Jun 9, 2026

Copy link
Copy Markdown

What is this PR about?

In the centralized Deployments list (/dashboard/deployments), the Open action on each row navigated to the related application/compose page but landed on its General tab — forcing you to manually click into the Deployments tab to reach the deployment you came from. This appends ?tab=deployments to the generated link so Open opens the Deployments tab directly.

Tested locally: Open now lands on the Deployments tab for both applications and compose services. It uses the same ?tab=deployments deep-link the app already applies after a deploy (application/general/show.tsx, compose/general/actions.tsx), so the behavior is consistent with the rest of the app.

Checklist

Screenshots (if applicable)

Before: Open on a deployment row landed on the service's General tab.
After: Open lands directly on the Deployments tab.

… list

The Open action in the centralized deployments list navigated to the service's General tab instead of its Deployments tab. Append `?tab=deployments` to the generated link so it deep-links straight to the Deployments tab, matching the redirect the app already performs after a deploy.
@TpmyCT TpmyCT force-pushed the fix/open-deployments-tab branch from 0795329 to c53b13f Compare June 9, 2026 01:53
@TpmyCT TpmyCT closed this Jun 9, 2026
@TpmyCT TpmyCT deleted the fix/open-deployments-tab branch June 9, 2026 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant