switch visual order of edit compute settings

This commit is contained in:
Matthias Kretschmann 2021-04-29 00:26:09 +02:00
parent 7f5a8e11cc
commit e3c0fd3d85
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 7 additions and 7 deletions

View File

@ -6,13 +6,6 @@
"successAction": "Close",
"error": "Updating DDO failed.",
"data": [
{
"name": "allowAllPublishedAlgorithms",
"label": "All Algorithms",
"help": "Allow any published algorithm to run on this data set.",
"type": "checkbox",
"options": ["Allow any published algorithm"]
},
{
"name": "publisherTrustedAlgorithms",
"label": "Selected Algorithms",
@ -21,6 +14,13 @@
"multiple": true,
"options": [],
"sortOptions": false
},
{
"name": "allowAllPublishedAlgorithms",
"label": "All Algorithms",
"help": "Allow any published algorithm to run on this data set.",
"type": "checkbox",
"options": ["Allow any published algorithm"]
}
]
}