Skip to content

Commit

Permalink
added Arg10 params for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Dec 18, 2020
1 parent a3b02bf commit d7c2e18
Showing 1 changed file with 40 additions and 6 deletions.
46 changes: 40 additions & 6 deletions daliuge-translator/test/dropmake/logical_graphs/cont_img.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,11 @@
"width": 200,
"height": 200,
"collapsed": false,
"showPorts": false,
"showPorts": true,
"flipPorts": false,
"streaming": false,
"subject": null,
"selected": false,
"selected": true,
"expanded": false,
"group": -57,
"inputPorts": [
Expand All @@ -337,7 +337,16 @@
],
"inputLocalPorts": [],
"outputLocalPorts": [],
"fields": [],
"fields": [
{
"text": "Arg10",
"name": "arg10",
"value": "",
"description": "",
"readonly": false,
"type": "Unknown"
}
],
"inputAppFields": [],
"inputApplicationName": "",
"inputApplicationType": "None",
Expand Down Expand Up @@ -689,7 +698,16 @@
],
"inputLocalPorts": [],
"outputLocalPorts": [],
"fields": [],
"fields": [
{
"text": "Arg10",
"name": "arg10",
"value": "",
"description": "",
"readonly": false,
"type": "Unknown"
}
],
"inputAppFields": [],
"inputApplicationName": "",
"inputApplicationType": "None",
Expand Down Expand Up @@ -2022,6 +2040,14 @@
"description": "",
"readonly": false,
"type": "Unknown"
},
{
"text": "Arg10",
"name": "arg10",
"value": "",
"description": "",
"readonly": false,
"type": "Unknown"
}
],
"inputAppFields": [],
Expand Down Expand Up @@ -2382,6 +2408,14 @@
"description": "",
"readonly": false,
"type": "Unknown"
},
{
"text": "Arg10",
"name": "arg10",
"value": "",
"description": "",
"readonly": false,
"type": "Unknown"
}
],
"inputAppFields": [],
Expand Down Expand Up @@ -2539,11 +2573,11 @@
"width": 200,
"height": 200,
"collapsed": false,
"showPorts": true,
"showPorts": false,
"flipPorts": false,
"streaming": false,
"subject": null,
"selected": true,
"selected": false,
"expanded": false,
"inputPorts": [],
"outputPorts": [
Expand Down

0 comments on commit d7c2e18

Please sign in to comment.