Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions roles/ood_vnc_form/templates/cluster.yml.erb.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ attributes:
step: 1

bc_num_gpus:
widget: "number_field"
label: Number of GPUs
value: 1
min: 1
min: 0
max: 4
step: 1

Expand All @@ -37,14 +38,6 @@ attributes:
- [ "<%= p %>", "<%= p %>" ]
<%- end -%>

bc_num_gpus:
widget: "number_field"
label: Number of GPU
value: 4
min: 1
max: 4
step: 1

form:
- desktop
- bc_num_hours
Expand Down