File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs._index Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -343,10 +343,8 @@ function CancelRuns({ onOpen }: { onOpen: (open: boolean) => void }) {
343
343
< DialogContent key = "replay" >
344
344
< DialogHeader > Cancel { selectedItems . size } runs?</ DialogHeader >
345
345
< DialogDescription className = "pt-2" >
346
- < Paragraph >
347
- Canceling these runs will stop them from running. Only runs that are not already
348
- finished will be canceled, the others will remain in their existing state.
349
- </ Paragraph >
346
+ Canceling these runs will stop them from running. Only runs that are not already finished
347
+ will be canceled, the others will remain in their existing state.
350
348
</ DialogDescription >
351
349
< DialogFooter >
352
350
< Form action = { formAction } method = "post" reloadDocument >
@@ -402,10 +400,8 @@ function ReplayRuns({ onOpen }: { onOpen: (open: boolean) => void }) {
402
400
< DialogContent key = "replay" >
403
401
< DialogHeader > Replay runs?</ DialogHeader >
404
402
< DialogDescription className = "pt-2" >
405
- < Paragraph >
406
- Replaying these runs will create a new run for each with the same payload and
407
- environment as the original. It will use the latest version of the code for each task.
408
- </ Paragraph >
403
+ Replaying these runs will create a new run for each with the same payload and environment
404
+ as the original. It will use the latest version of the code for each task.
409
405
</ DialogDescription >
410
406
< DialogFooter >
411
407
< Form action = { formAction } method = "post" reloadDocument >
You can’t perform that action at this time.
0 commit comments