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() {
280280 to = { v3RunsPath ( organization , project , env , {
281281 statuses : [ "PENDING" ] ,
282282 period : "30d" ,
283+ rootOnly : false ,
283284 } ) }
284285 >
285286 View runs
@@ -311,6 +312,7 @@ export default function Page() {
311312 to = { v3RunsPath ( organization , project , env , {
312313 statuses : [ "DEQUEUED" , "EXECUTING" ] ,
313314 period : "30d" ,
315+ rootOnly : false ,
314316 } ) }
315317 >
316318 View runs
@@ -527,6 +529,7 @@ export default function Page() {
527529 to = { v3RunsPath ( organization , project , env , {
528530 queues : [ queueFilterableName ] ,
529531 period : "30d" ,
532+ rootOnly : false ,
530533 } ) }
531534 fullWidth
532535 textAlignLeft
@@ -541,6 +544,7 @@ export default function Page() {
541544 queues : [ queueFilterableName ] ,
542545 statuses : [ "PENDING" ] ,
543546 period : "30d" ,
547+ rootOnly : false ,
544548 } ) }
545549 fullWidth
546550 textAlignLeft
@@ -555,6 +559,7 @@ export default function Page() {
555559 queues : [ queueFilterableName ] ,
556560 statuses : [ "DEQUEUED" , "EXECUTING" ] ,
557561 period : "30d" ,
562+ rootOnly : false ,
558563 } ) }
559564 fullWidth
560565 textAlignLeft
You can’t perform that action at this time.
0 commit comments