OSC / bc_osc_rstudio_server

Batch Connect - OSC RStudio Server
https://osc.github.io/Open-OnDemand/
MIT License
10 stars 18 forks source link

Changed form.yml to include more values #43

Closed matthu017 closed 4 years ago

matthu017 commented 4 years ago

Instead of hard coding values into form.js, dynamically change it depending on the form.yml

matthu017 commented 4 years ago

In addition, we can add values to form.yml to dictate whether gpu nodes can be used and/or if the tutorial is shown. (Similar to how we decide cuda version in jupyter)

johrstrom commented 4 years ago

I'm taking care of this in #45 because there was more to do (like toggling versions if the cluster changes and so on) but also it really borrows from the same work being done in jupyter (i took a lot of the js functions from it).