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
Metagenomics
metagenedb
Commits
cbad11aa
Commit
cbad11aa
authored
Jul 11, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
fix front warnings
parent
6b5a015c
Pipeline
#13155
passed with stage
in 2 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/Genes.vue
View file @
cbad11aa
...
...
@@ -27,13 +27,11 @@
<td
class=
"text-xs"
>
{{
props
.
item
.
functions
[
0
]
}}
</td>
</
template
>
</v-data-table>
</v-list>
</v-flex>
</v-layout>
</v-container>
</div>
</template>
<
script
>
...
...
@@ -48,12 +46,12 @@ export default {
text
:
'
Gene name
'
,
align
:
'
left
'
,
sortable
:
false
,
value
:
'
name
'
value
:
'
name
'
,
},
{
text
:
'
Length
'
,
value
:
'
gene_length
'
},
{
text
:
'
Taxo
'
,
sortable
:
false
,
},
{
text
:
'
Functions
'
,
value
:
'
functions
'
,
sortable
:
false
,
},
]
{
text
:
'
Taxo
'
,
sortable
:
false
},
{
text
:
'
Functions
'
,
value
:
'
functions
'
,
sortable
:
false
},
]
,
};
},
mounted
()
{
...
...
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