Skip to content

Commit d5ad92b

Browse files
kwkoepcke3Kenneth Koepcke
andauthored
add MATLAB version dropdown (#4)
Co-authored-by: Kenneth Koepcke <[email protected]>
1 parent af49704 commit d5ad92b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

form.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ form:
99
- node_type
1010
- bc_email_on_started
1111
attributes:
12-
version: 'matlab/r2024a'
12+
version:
13+
widget: select
14+
label: "MATLAB version"
15+
options:
16+
- ["2024a", "matlab/r2024a"]
17+
- ["2024b", "matlab/r2024b"]
1318
num_cores:
1419
widget: "number_field"
1520
label: "Number of cores"

0 commit comments

Comments
 (0)