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

add pfam to filter for list systems

parent 6ec44ad1
Branches dev
No related tags found
No related merge requests found
Pipeline #118965 passed with warnings with stages
in 12 minutes and 17 seconds
...@@ -3,7 +3,7 @@ import type { SortItem } from "@/components/ServerDbTable.vue" ...@@ -3,7 +3,7 @@ import type { SortItem } from "@/components/ServerDbTable.vue"
import { ServerDbTable } from "#components" import { ServerDbTable } from "#components"
const sortBy: Ref<SortItem[]> = ref([{ key: 'title', order: "asc" }]) const sortBy: Ref<SortItem[]> = ref([{ key: 'title', order: "asc" }])
const itemValue = ref("title"); const itemValue = ref("title");
const facets: Ref<string[]> = ref(["title", "Sensor", "Effector", "Activator"]) const facets: Ref<string[]> = ref(["title", "Sensor", "Effector", "Activator", "PFAM.AC"])
const headers: Ref<Object[]> = ref([ const headers: Ref<Object[]> = ref([
{ title: "System", key: "title", removable: false }, { title: "System", key: "title", removable: false },
{ title: "Article", key: "doi", removable: false }, { title: "Article", key: "doi", removable: false },
......
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