Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,711
Issues
1,711
List
Boards
Labels
Service Desk
Milestones
Merge Requests
86
Merge Requests
86
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
3ce1da36
Commit
3ce1da36
authored
Mar 02, 2020
by
Mikaël Salson
Committed by
Vidjil Team
Mar 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
views/sample_set/index.html: Warn when sequences have not been properly uploaded
See
#3907
parent
a1fe0d62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
server/web2py/applications/vidjil/views/sample_set/index.html
...er/web2py/applications/vidjil/views/sample_set/index.html
+1
-0
No files found.
server/web2py/applications/vidjil/views/sample_set/index.html
View file @
3ce1da36
...
...
@@ -94,6 +94,7 @@
display: inline-block;"
title=
"running pre_processs"
></i>
{{pass}}
{{if row.sequence_file.pre_process_flag == "WAIT" :}}[queued]{{pass}}
{{if row.sequence_file.pre_process_flag == "FAILED" :}}[failed]
<span
class=
"button"
onclick=
"db.call('file/restart_pre_process', {sequence_file_id: {{=row.sequence_file.id}}})"
>
try again
</span>
{{pass}}
{{ if has_pre_process and row.sequence_file.pre_process_flag is None and row.sequence_file.data_file2 is None: }}
<span
title=
"All the files have not been properly received. Please edit the sample to reupload them."
>
[missing file]
</span>
{{pass}}
{{if row.sequence_file.pre_process_id != None :}} {{=pre_process_list[row.sequence_file.pre_process_id]}} {{pass}}
</td>
{{if auth.is_admin():}}
...
...
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