Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
strudelv2_spa
Commits
84f74682
Commit
84f74682
authored
Aug 26, 2019
by
Chris Hines
Browse files
update m3 dev apps
parent
780cb44c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/assets/config/m3apps.dev.json
View file @
84f74682
...
...
@@ -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"
]
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment