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

update m3 dev apps

parent 780cb44c
No related branches found
No related tags found
2 merge requests!21New css dev,!16Dev
......@@ -8,6 +8,12 @@
"paramscmd": "/usr/local/sv2/dev/desktop/params.py {jobid}",
"client": {"cmd": null, "redir": "vnc.html?password={password}" },
"states": ["RUNNING"]
},
{
"name": "View log",
"paramscmd": "/usr/local/sv2/dev/desktop/logparams.py {jobid}",
"client": {"cmd": null, "redir": "index.html?token={token}" },
"states": ["RUNNING","COMPLETED"]
}
],
"localbind": true,
......@@ -20,7 +26,7 @@
"actions": [
{
"name": "Connect",
"paramscmd": "/usr/local/sv2/dev/jupyter/jupyter_params.py",
"paramscmd": "/usr/local/sv2/dev/jupyter/jupyter_params.py {jobid}",
"client": {"cmd": null, "redir": "?token={token}"},
"states": ["RUNNING"]
}
......
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