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
c92b1e9a
Commit
c92b1e9a
authored
Apr 08, 2020
by
Mikaël Salson
Browse files
sample_set/index.html: order of the classifications
parent
9d140cdb
Pipeline
#135540
passed with stages
in 16 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/sample_set/index.html
View file @
c92b1e9a
...
...
@@ -21,7 +21,7 @@
<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>
{{ for class_name in classification.keys(): }}
{{ for class_name in
sorted(
classification.keys()
)
: }}
{{ class_elt = classification[class_name] }}
<optgroup
label=
"{{ =class_elt['name'] }}"
title=
"{{ =class_elt['info'] }}"
>
{{ for row in class_elt['configs']: }}
...
...
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