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
02ef321f
Commit
02ef321f
authored
Aug 15, 2019
by
Chris Hines
Browse files
fix the states in which the connect button will display
parent
8395306c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/assets/config/m3apps.test.json
View file @
02ef321f
...
@@ -5,7 +5,8 @@
...
@@ -5,7 +5,8 @@
"actions"
:
[
{
"actions"
:
[
{
"name"
:
"Connect"
,
"name"
:
"Connect"
,
"paramscmd"
:
"/usr/local/sv2/desktop/params.py {jobid}"
,
"paramscmd"
:
"/usr/local/sv2/desktop/params.py {jobid}"
,
"client"
:
{
"cmd"
:
null
,
"redir"
:
"vnc.html?password={password}"
}
"client"
:
{
"cmd"
:
null
,
"redir"
:
"vnc.html?password={password}"
},
"states"
:
[
"RUNNING"
]
}],
}],
"localbind"
:
true
,
"localbind"
:
true
,
"applist"
:
null
"applist"
:
null
...
@@ -18,7 +19,8 @@
...
@@ -18,7 +19,8 @@
{
{
"name"
:
"Connect"
,
"name"
:
"Connect"
,
"paramscmd"
:
"/usr/local/sv2/jupyter/jupyter_params.py"
,
"paramscmd"
:
"/usr/local/sv2/jupyter/jupyter_params.py"
,
"client"
:
{
"cmd"
:
null
,
"redir"
:
"?token={token}"
}
"client"
:
{
"cmd"
:
null
,
"redir"
:
"?token={token}"
},
"states"
:
[
"RUNNING"
]
}
}
],
],
"localbind"
:
true
,
"localbind"
:
true
,
...
...
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