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
Statistical-Genetics
jass
Commits
f63cd943
Commit
f63cd943
authored
May 16, 2022
by
Bryan BRANCOTTE
Browse files
Force at least selection two traits
Closes #115
parent
f4c89307
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/pages/phenotypes.vue
View file @
f63cd943
...
...
@@ -33,7 +33,7 @@ Please select the traits you want to analyze jointly with the Omnibus test. A re
</
template
>
</v-data-table>
<div
align=
"left"
justify=
"start"
>
<v-btn
depressed
color=
"primary"
v-on:click=
"runAnalysis()"
>
<v-btn
depressed
color=
"primary"
v-on:click=
"runAnalysis()"
:disabled=
"selectedRows.length <=1"
>
Launch analysis
</v-btn>
</div>
...
...
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