Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
cd421457
Commit
cd421457
authored
Oct 15, 2014
by
Marc Duez
Browse files
patient view : debug access to run output
parent
20922526
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/patient/info.html
View file @
cd421457
...
...
@@ -125,7 +125,7 @@ query = db(
{{if row.results_file.run_date :}}
<td
class=
"button"
onclick=
"db.call('results_file/info', { 'results_file_id' : '{{=row.results_file.id}}' } )"
>
{{=row.results_file.run_date }}
</td>
{{else:}}
<td></td>
{{pass}}
<td>
{{=status}}
</td>
<td
class=
"button"
onclick=
"db.call('results_file/info', { 'results_file_id' : '{{=row.results_file.id}}' } )"
>
{{=status}}
</td>
<td
onclick=
"db.call('results_file/confirm', {'results_file_id' :'{{=row.results_file.id}}'})"
>
X
</td>
<td>
{{if row.results_file.id == None or ( status != "RUNNING" and status != "QUEUED" and status != "ASSIGNED"):}}
...
...
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