Skip to content
Snippets Groups Projects
Commit b9063b40 authored by Chris Hines's avatar Chris Hines
Browse files

errors in the m3 test apps

parent f25d0286
2 merge requests!28Dev,!21New css dev
......@@ -2,7 +2,15 @@
{ "url": null,
"name": "Desktop",
"startscript": "#!/bin/bash\n/usr/local/sv2/desktop/desktop.slurm\n ",
"actions": [ {
"appactions": [
{
"name": "Clear Logs",
"paramscmd": "/usr/local/sv2/dev/rmlogs Desktop | /usr/local/sv2/dev/jsonify.py",
"client": {"cmd": null, "redir": null},
"states": null
}
],
"instactions": [ {
"name": "Connect",
"paramscmd": "/usr/local/sv2/desktop/params.py {jobid}",
"client": {"cmd": null, "redir": "vnc.html?password={password}" },
......@@ -36,7 +44,7 @@
"url": null,
"name": "Jupyter Lab",
"startscript": "#!/bin/bash\n/usr/local/sv2/jupyter/jupyter.slurm\n",
"actions": [
"instactions": [
{
"name": "Connect",
"paramscmd": "/usr/local/sv2/jupyter/jupyter_params.py {jobid}",
......
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