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
780cb44c
Commit
780cb44c
authored
Aug 26, 2019
by
Chris Hines
Browse files
add the viewlog function to test
parent
b6722ca5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/assets/config/m3apps.test.json
View file @
780cb44c
...
...
@@ -7,6 +7,14 @@
"paramscmd"
:
"/usr/local/sv2/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
,
"applist"
:
null
...
...
@@ -18,10 +26,17 @@
"actions"
:
[
{
"name"
:
"Connect"
,
"paramscmd"
:
"/usr/local/sv2/jupyter/jupyter_params.py"
,
"paramscmd"
:
"/usr/local/sv2/jupyter/jupyter_params.py
{jobid}
"
,
"client"
:
{
"cmd"
:
null
,
"redir"
:
"?token={token}"
},
"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
,
"applist"
:
null
...
...
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