Skip to content
Snippets Groups Projects

Update lamassu-fam.md

Merged Aude BERNHEIM requested to merge abernhei-main-patch-33909 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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 },
Loading