mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 08:00:59 +00:00
971cf78e17
When a runs-page link targets a workspace other than the active one,
navigating in the same tab would switch the current tab's workspace. Open
those links in a new tab instead so the current workspace is preserved.
- RunsTable dropdown ("Show run details", "Go to script/flow page"):
window.open when the job's workspace differs from the active one.
- RunRow parent-job links and RunBadges script link: target=_blank +
rel=noopener when foreign (the main run link in RunRow was already _blank).
JobDetailHeader already opens its links in new tabs; FlowMetadata is only
used on public /approve pages (not the runs page) so it is left unchanged.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Windmill frontend
The Windmill frontend written in Svelte 5 + Tailwind CSS
The frontend is under AGPL, see the LICENSE file at the root of this repo