Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
metagenedb
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Metagenomics
metagenedb
Commits
80fc11b1
Commit
80fc11b1
authored
5 years ago
by
Kenzo-Hugo Hillion
Browse files
Options
Downloads
Patches
Plain Diff
rename color for gene functions
parent
7cd9339c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!59
Prod
,
!17
Add gene detail page on frontend
Pipeline
#17908
passed
5 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/src/components/KeggCard.vue
+2
-2
2 additions, 2 deletions
frontend/src/components/KeggCard.vue
frontend/src/main.js
+1
-1
1 addition, 1 deletion
frontend/src/main.js
with
3 additions
and
3 deletions
frontend/src/components/KeggCard.vue
+
2
−
2
View file @
80fc11b1
<
template
>
<
template
>
<v-flex
xs12
md6
lg4
>
<v-flex
xs12
md6
lg4
>
<v-card>
<v-card>
<v-toolbar-title
class=
"function white--text"
>
<v-toolbar-title
class=
"
gene
function white--text"
>
<v-icon
class=
"primary--text"
>
account_tree
</v-icon>
<v-icon
class=
"primary--text"
>
account_tree
</v-icon>
KEGG Function
KEGG Function
</v-toolbar-title>
</v-toolbar-title>
<div
class=
"text-xs-center"
v-if=
"kegg_detail.length == 0"
>
<div
class=
"text-xs-center"
v-if=
"kegg_detail.length == 0"
>
<v-progress-circular
<v-progress-circular
indeterminate
indeterminate
color=
"function"
color=
"
gene
function"
></v-progress-circular>
></v-progress-circular>
</div>
</div>
<v-list
v-else
>
<v-list
v-else
>
...
...
This diff is collapsed.
Click to expand it.
frontend/src/main.js
+
1
−
1
View file @
80fc11b1
...
@@ -13,7 +13,7 @@ Vue.use(Vuetify, {
...
@@ -13,7 +13,7 @@ Vue.use(Vuetify, {
primary
:
'
#263238
'
,
primary
:
'
#263238
'
,
secondary
:
'
#508991
'
,
secondary
:
'
#508991
'
,
tertiary
:
'
#f5edf0
'
,
tertiary
:
'
#f5edf0
'
,
function
:
'
#65b891
'
,
gene
function
:
'
#65b891
'
,
taxonomy
:
'
#886f68
'
,
taxonomy
:
'
#886f68
'
,
},
},
});
});
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment