File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.queues Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,7 @@ export default function Page() {
280
280
to = { v3RunsPath ( organization , project , env , {
281
281
statuses : [ "PENDING" ] ,
282
282
period : "30d" ,
283
+ rootOnly : false ,
283
284
} ) }
284
285
>
285
286
View runs
@@ -311,6 +312,7 @@ export default function Page() {
311
312
to = { v3RunsPath ( organization , project , env , {
312
313
statuses : [ "DEQUEUED" , "EXECUTING" ] ,
313
314
period : "30d" ,
315
+ rootOnly : false ,
314
316
} ) }
315
317
>
316
318
View runs
@@ -527,6 +529,7 @@ export default function Page() {
527
529
to = { v3RunsPath ( organization , project , env , {
528
530
queues : [ queueFilterableName ] ,
529
531
period : "30d" ,
532
+ rootOnly : false ,
530
533
} ) }
531
534
fullWidth
532
535
textAlignLeft
@@ -541,6 +544,7 @@ export default function Page() {
541
544
queues : [ queueFilterableName ] ,
542
545
statuses : [ "PENDING" ] ,
543
546
period : "30d" ,
547
+ rootOnly : false ,
544
548
} ) }
545
549
fullWidth
546
550
textAlignLeft
@@ -555,6 +559,7 @@ export default function Page() {
555
559
queues : [ queueFilterableName ] ,
556
560
statuses : [ "DEQUEUED" , "EXECUTING" ] ,
557
561
period : "30d" ,
562
+ rootOnly : false ,
558
563
} ) }
559
564
fullWidth
560
565
textAlignLeft
You can’t perform that action at this time.
0 commit comments