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
Metagenomics
metagenedb
Commits
3997c0ad
Commit
3997c0ad
authored
Aug 22, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
Also add gene name in frontend
parent
e400f19c
Pipeline
#13927
passed with stages
in 1 minute and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/Genes.vue
View file @
3997c0ad
...
...
@@ -22,6 +22,7 @@
>
<template
v-slot:items=
"props"
>
<td>
{{
props
.
item
.
gene_id
}}
</td>
<td>
{{
props
.
item
.
gene_name
}}
</td>
<td
class=
"text-xs"
>
{{
props
.
item
.
length
}}
</td>
<td
class=
"text-xs"
></td>
<td
class=
"text-xs"
>
{{
props
.
item
.
functions
[
0
]
}}
</td>
...
...
@@ -42,6 +43,12 @@ export default {
genes
:
[],
count
:
0
,
headers
:
[
{
text
:
'
Gene ID
'
,
align
:
'
left
'
,
sortable
:
false
,
value
:
'
name
'
,
},
{
text
:
'
Gene name
'
,
align
:
'
left
'
,
...
...
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