Skip to content
Snippets Groups Projects
Commit 7a470dd9 authored by Swen Vermeul's avatar Swen Vermeul
Browse files

added runtime and requirements_list

parent ee4dfb1c
No related branches found
No related tags found
No related merge requests found
define([],
function () {
// noinspection JSAnnotator
return {
// connection dialog
connection: {
......@@ -26,7 +27,15 @@ define([],
entity: null,
// openBIS v3 connection
openbisService : null
openbisService : null,
//runtime environment (e.g. Python version) and requirements (package list)
requirements_list : null,
requirements_filename : null,
runtime_filename : null,
runtime : null
}
}
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment