Skip to content
Snippets Groups Projects
Commit c79221fe authored by Simon Malesys's avatar Simon Malesys
Browse files

Add links to the phenotypes refs

parent 049a6fc2
No related branches found
No related tags found
1 merge request!88Update frontend
...@@ -59,6 +59,10 @@ ...@@ -59,6 +59,10 @@
class="mx-4"> class="mx-4">
</v-text-field> </v-text-field>
</template> </template>
<template v-slot:item.ref="{ item }">
<a class="ref-link" :href="item.ref_link" target="_blank" rel="noreferrer">{{ item.ref }}</a>
</template>
</v-data-table> </v-data-table>
<div class="start-button"> <div class="start-button">
<v-btn class="button" color="primary" :disabled="selectedRows.length <= 1" @click="runAnalysis()"> <v-btn class="button" color="primary" :disabled="selectedRows.length <= 1" @click="runAnalysis()">
...@@ -182,4 +186,8 @@ section h2 { ...@@ -182,4 +186,8 @@ section h2 {
text-align: center; text-align: center;
margin-top: 20px; margin-top: 20px;
} }
.ref-link {
font-size: inherit;
}
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment