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

homogenize link to system page ui

parent d42368ed
No related branches found
No related tags found
2 merge requests!203Foldseek pages,!186Refactor facet autocomplete
Pipeline #120621 passed with warnings with stages
in 6 minutes and 30 seconds
......@@ -474,13 +474,13 @@ async function downloadPng(component: ComponentPublicInstance | null, filename:
</CollapsibleChips>
</template>
<template #[`item.type`]="{ item }">
<v-chip color="primary" variant="text" :to="`/defense-systems/${item.type.toLowerCase()}`" target="_blank"> {{
<v-chip color="info" link size="small" :to="`/defense-systems/${item.type.toLowerCase()}`" target="_blank"> {{
item.type }}
</v-chip>
</template>
<template #[`item.subtype`]="{ item }">
<v-chip color="primary" variant="text" :to="`/defense-systems/${item.type.toLowerCase()}`" target="_blank"> {{
<v-chip color="info" link size="small" :to="`/defense-systems/${item.type.toLowerCase()}`" target="_blank"> {{
item.subtype }}
</v-chip>
</template>
......
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