Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jass
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor 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
Statistical-Genetics
jass
Merge requests
!65
Give name to csv files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Give name to csv files
explicite-filename
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Bryan BRANCOTTE
requested to merge
explicite-filename
into
master
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
Fixes #119
0
0
Merge request reports
Compare
master
version 1
306b3471
3 years ago
master (base)
and
latest version
latest version
5eab012d
2 commits,
3 years ago
version 1
306b3471
1 commit,
3 years ago
2 files
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
client/pages/projects/_id.vue
+
2
−
2
Options
@@ -88,7 +88,7 @@
</v-col>
<v-col
>
<vue-json-to-csv
:json-data=
"Regions"
>
<vue-json-to-csv
:json-data=
"Regions"
:csv-title=
"'LD-independent lead SNPs - '+ this.project.id"
>
<v-btn
small
color=
"#298e49"
style=
"color:#fff; text-transform:capitalize;"
v-on:click=
"processExportAllJASSPVAL()"
>
Export LD-independent lead SNPs
</v-btn>
@@ -182,7 +182,7 @@
:items-per-page=
"5"
class=
"elevation-1"
></v-data-table>
<vue-json-to-csv
:json-data=
"significantsRegions"
>
<vue-json-to-csv
:json-data=
"significantsRegions"
:csv-title=
"'Significants regions - '+ this.project.id"
>
<v-btn
small
color=
"#298e49"
style=
"color:#fff;"
>
export csv
</v-btn>
<!--
<button>
<b>
export csv
</b>
Loading