Skip to content

Commit

Permalink
Migrate to dynamic js (#6)
Browse files Browse the repository at this point in the history
* Migrated to Dynamic JS

* Migrated to Dynamic JS
  • Loading branch information
Gerald Byrket authored Dec 16, 2021
1 parent 6108059 commit c72a24b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 238 deletions.
224 changes: 0 additions & 224 deletions form.js

This file was deleted.

20 changes: 6 additions & 14 deletions form.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,18 @@ attributes:
options:
- [
"any", "any",
data-min-ppn-owens: 1,
data-max-ppn-owens: 28,
data-min-ppn-pitzer: 1,
data-max-ppn-pitzer: 48,
data-option-for-owens: true,
data-option-for-pitzer: true
data-max-num-cores-for-cluster-owens: 28,
data-max-num-cores-for-cluster-pitzer: 48
]
- [
"40 core", "any-40core",
data-min-ppn-pitzer: 1,
data-max-ppn-pitzer: 40,
data-option-for-owens: false,
data-option-for-pitzer: true
data-max-num-cores-for-cluster-pitzer: 40,
data-option-for-cluster-owens: false
]
- [
"48 core", "any-48core",
data-min-ppn-pitzer: 1,
data-max-ppn-pitzer: 48,
data-option-for-owens: false,
data-option-for-pitzer: true
data-max-num-cores-for-cluster-pitzer: 48,
data-option-for-cluster-owens: false
]
version:
widget: "select"
Expand Down

0 comments on commit c72a24b

Please sign in to comment.