Skip to content

Commit 294db52

Browse files
committed
Add a run options link to the docs
1 parent 864dfb5 commit 294db52

File tree

1 file changed

+8
-0
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.test.tasks.$taskParam

1 file changed

+8
-0
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.test.tasks.$taskParam/route.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,10 @@ function StandardTaskForm({
414414
<ResizablePanel id="test-task-options" min="300px" default="300px" max="360px">
415415
<div className="h-full overflow-y-scroll scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600">
416416
<Fieldset className="px-3 py-3">
417+
<Hint>
418+
<TextLink to={docsPath("triggering#options")}>Run options</TextLink> enable you to
419+
control the execution behavior of your task.
420+
</Hint>
417421
<InputGroup>
418422
<Label variant="small">Delay</Label>
419423
<DurationPicker name={delaySeconds.name} id={delaySeconds.id} />
@@ -876,6 +880,10 @@ function ScheduledTaskForm({
876880
<FormError id={externalId.errorId}>{externalId.error}</FormError>
877881
</InputGroup>
878882
<div className="w-full border-b border-grid-bright" />
883+
<Hint>
884+
<TextLink to={docsPath("triggering#options")}>Run options</TextLink> enable you to
885+
control the execution behavior of your task.
886+
</Hint>
879887
<InputGroup>
880888
<Label htmlFor={ttlSeconds.id} variant="small">
881889
TTL

0 commit comments

Comments
 (0)