Skip to content
Snippets Groups Projects
Commit 49a5c722 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

only display format

parent 7ec19a01
No related branches found
No related tags found
1 merge request!222Refseq no sys
Pipeline #122985 waiting for manual action with stages
in 31 minutes and 34 seconds
......@@ -172,7 +172,7 @@ const moleculeFormat: Ref<string> = ref("pdb")
</template>
<v-list>
<v-list-item v-for="(item, index) in refinedDataUrls" :key="index" :value="index" :href="item">
<v-list-item-title>{{ item }}</v-list-item-title>
<v-list-item-title>{{ item.split('.').slice(-1)[0] }}</v-list-item-title>
</v-list-item>
</v-list>
</v-menu>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment