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
a077711b
Commit
a077711b
authored
Jul 02, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
change route for catalog stats
parent
868ccd42
Pipeline
#12981
passed with stage
in 1 minute and 18 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/Navbar.vue
View file @
a077711b
...
...
@@ -32,7 +32,7 @@ export default {
drawer
:
false
,
items
:
[
{
title
:
'
Home
'
,
icon
:
'
home
'
,
route
:
'
/
'
},
{
title
:
'
Catalog Statistics
'
,
icon
:
'
bar_chart
'
,
route
:
'
/
catalog
stats
'
},
{
title
:
'
Catalog Statistics
'
,
icon
:
'
bar_chart
'
,
route
:
'
/stats
'
},
{
title
:
'
Genes
'
,
icon
:
'
list
'
,
route
:
'
/genes
'
},
{
title
:
'
About
'
,
icon
:
'
contact_support
'
,
route
:
'
/about
'
},
],
...
...
frontend/src/router.js
View file @
a077711b
...
...
@@ -3,7 +3,7 @@ import Router from 'vue-router';
import
Home
from
'
@/views/Home.vue
'
;
import
Genes
from
'
@/views/Genes.vue
'
;
import
Catalogstats
from
'
@/views/
Catalogs
tats.vue
'
;
import
Catalogstats
from
'
@/views/
S
tats.vue
'
;
Vue
.
use
(
Router
);
...
...
@@ -17,8 +17,8 @@ export default new Router({
component
:
Home
,
},
{
path
:
'
/
catalog
stats
'
,
name
:
'
catalog
stats
'
,
path
:
'
/stats
'
,
name
:
'
stats
'
,
component
:
Catalogstats
,
},
{
...
...
frontend/src/views/
Catalogs
tats.vue
→
frontend/src/views/
S
tats.vue
View file @
a077711b
<
template
>
<div
class=
"
catalog
stats"
>
<div
class=
"stats"
>
<h1
class=
"subheading primary--text"
>
Statistics
</h1>
<v-container
fluid
>
<v-layout
row
wrap
>
...
...
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