mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 16:05:43 +00:00
feat(frontend): add missing link to job run page (#1878)
This commit is contained in:
@@ -500,7 +500,10 @@
|
||||
<Alert type="error" title="Error during execution">
|
||||
<div class="flex flex-col gap-2">
|
||||
An error occured, please contact the app author.
|
||||
<span class="font-semibold">Job id: {lastJobId}</span>
|
||||
<a
|
||||
href={`/run/${lastJobId}?workspace=${workspace}`}
|
||||
class="font-semibold text-red-800 underline">Job id: {lastJobId}</a
|
||||
>
|
||||
</div>
|
||||
</Alert>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user