File tree Expand file tree Collapse file tree
OpenFlowNodeRED/src/nodered/nodes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 604604 < input id = "node-input-scope" type = "hidden" >
605605 </ div >
606606
607- < div class = "form-row" >
608- < label for = "node-input-output" > < i class = "fa fa-tag" > </ i > Output</ label >
609- < select type = "text" id = "node-input-output" >
610- < option > replace</ option >
611- < option > merge</ option >
612- < option > reduce</ option >
613- < option > inline</ option >
614- </ select >
615- </ div >
616607 < div class = "form-row" >
617608 < label for = "node-input-collection" > < i class = "fa fa-tag" > </ i > Collection</ label >
618609 < input type = "text" id = "node-input-collection" placeholder = "Run reduce on this Collection" >
621612 < label for = "node-input-query" > < i class = "fa fa-tag" > </ i > Query</ label >
622613 < input type = "text" id = "node-input-query" placeholder = "Query limiting reduced documents" >
623614 </ div >
615+ < div class = "form-row" >
616+ < label for = "node-input-output" > < i class = "fa fa-tag" > </ i > Out(Action)</ label >
617+ < select type = "text" id = "node-input-output" >
618+ < option > replace</ option >
619+ < option > merge</ option >
620+ < option > reduce</ option >
621+ < option > inline</ option >
622+ </ select >
623+ </ div >
624624 < div class = "form-row" >
625625 < label for = "node-input-outcol" > < i class = "fa fa-tag" > </ i > Out collection</ label >
626626 < input type = "text" id = "node-input-outcol" placeholder = "Output collection" >
You can’t perform that action at this time.
0 commit comments