Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Imène Lajili
clowdflows
Commits
05c856c9
Commit
05c856c9
authored
Nov 25, 2015
by
vpodpecan
Browse files
fixes
parent
5ce2b2e2
Changes
4
Hide whitespace changes
Inline
Side-by-side
workflows/MUSE_v3/package_data/widgets/920018a8-b3bd-4cf7-b465-2f7723cf5569.json
View file @
05c856c9
...
...
@@ -34,7 +34,7 @@
"description"
:
"URL of the MUSE service"
,
"required"
:
true
,
"multi"
:
false
,
"parameter_type"
:
"
checkbox
"
,
"parameter_type"
:
"
text
"
,
"variable"
:
"url"
,
"parameter"
:
true
,
"order"
:
2
,
...
...
workflows/MUSE_v3/templates/visualizations/MUSE_Tuk_demonstrator.html
→
workflows/MUSE_v3/templates/visualizations/MUSE_Tuk_demonstrator
_V3
.html
View file @
05c856c9
File moved
workflows/MUSE_v3/templates/visualizations/MUSE_Tuk_demonstrator_local.html
→
workflows/MUSE_v3/templates/visualizations/MUSE_Tuk_demonstrator_local
_V3
.html
View file @
05c856c9
File moved
workflows/MUSE_v3/visualization_views.py
View file @
05c856c9
...
...
@@ -55,7 +55,7 @@ def MUSE_virtual_environment_demonstrator_tuk_V3(request, input_dict, output_dic
unityLink
=
'%s?%s'
%
(
str
(
input_dict
[
'unityLink'
]),
params
)
# print unityLink
return
render
(
request
,
'visualizations/MUSE_Tuk_demonstrator.html'
,
'visualizations/MUSE_Tuk_demonstrator
_V3
.html'
,
{
'widget'
:
widget
,
'unityLink'
:
unityLink
}
)
...
...
@@ -67,7 +67,7 @@ def MUSE_virtual_environment_demonstrator_tuk_local_V3(request, input_dict, outp
unityLink
=
'%s?%s'
%
(
str
(
input_dict
[
'unityLink'
]),
params
)
# print unityLink
return
render
(
request
,
'visualizations/MUSE_Tuk_demonstrator_local.html'
,
'visualizations/MUSE_Tuk_demonstrator_local
_V3
.html'
,
{
'widget'
:
widget
,
'unityLink'
:
unityLink
}
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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