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
vidjil
vidjil
Commits
2708a436
Commit
2708a436
authored
Dec 24, 2020
by
Mathieu Giraud
Browse files
views/*: partially revert previous commit
parent
e9465ae8
Pipeline
#199325
passed with stages
in 10 minutes and 13 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/my_account/jobs.html
View file @
2708a436
...
...
@@ -17,7 +17,7 @@
<td>
name
</td>
<td>
filename
</td>
<td>
info
</td>
<td
class=
"column2"
>
process
</td>
<td
class=
"column2"
>
config
</td>
<td
class=
"column1"
>
status
</td>
<td
class=
"column2"
>
start time
</td>
</tr>
...
...
server/web2py/applications/vidjil/views/sample_set/index.html
View file @
2708a436
...
...
@@ -17,7 +17,7 @@
<div
class=
"db_block_left"
>
{{=info["label"]}}
</div>
<div
class=
"db_block_right"
>
{{if auth.can_process_sample_set(request.vars['id']) :}}
process
process
config
<span>
<select
id=
"choose_config"
name=
"config"
onchange=
"db.call('sample_set/index', {'id' :'{{=request.vars['id']}}', 'config_id' : this.value})"
>
<option
value=
"-1"
{{
if
not
config
:
}}
selected
{{
pass
}}
>
---
</option>
...
...
server/web2py/applications/vidjil/views/sample_set/stats.html
View file @
2708a436
...
...
@@ -17,7 +17,7 @@
</div>
</div>
<div
class=
"db_block_right"
>
process
process
config
<span>
<select
id=
"choose_config"
name=
"config"
onchange=
"db.updateStatsButton()"
>
<option
value=
"-1"
selected
>
---
</option>
...
...
Write
Preview
Supports
Markdown
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