From da4a391fc80dd349a6e6603740d5e9f18c809b9e Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Thu, 7 Dec 2023 16:57:17 +0100
Subject: [PATCH] add nb_sys column

---
 components/content/StructureDb.vue | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/content/StructureDb.vue b/components/content/StructureDb.vue
index 0233361b..1fa59e83 100644
--- a/components/content/StructureDb.vue
+++ b/components/content/StructureDb.vue
@@ -9,6 +9,8 @@ const headers: Ref<Object[]> = ref([
     { title: "System", key: "system" },
     { title: "Proteins in structure", key: 'proteins_in_the_prediction', sortable: false },
     { title: "System genes", key: "system_genes", sortable: false },
+    { title: "Sys id", key: "nb_sys" },
+
     { title: "Completed", key: "completed" },
     { title: "Predition type", key: "prediction_type" },
     { title: "Num of genes", key: "system_number_of_genes" },
-- 
GitLab