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
vidjil
vidjil
Commits
d4273574
Commit
d4273574
authored
Mar 21, 2016
by
marc
Browse files
server/layout : add pre-process link to db menu
parent
200e16b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/db_layout.html
View file @
d4273574
...
...
@@ -6,7 +6,8 @@
<a
class=
"button"
onclick=
"db.call('notification/index');"
>
news
</a>
{{if auth.is_admin():}}
- - -
<a
class=
"button"
onclick=
"db.call('config/index');"
>
configs
</a>
<a
class=
"button"
onclick=
"db.call('pre_process/index');"
>
pre-process
</a>
<a
class=
"button"
onclick=
"db.call('config/index');"
>
analysis configs
</a>
<a
class=
"button"
onclick=
"db.call('group/index');"
>
groups
</a>
<a
class=
"button"
onclick=
"db.call('user/index');"
>
users
</a>
<a
class=
"button"
onclick=
"db.call('admin/index');"
>
admin
</a>
...
...
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