diff --git a/components/content/StructureDb.vue b/components/content/StructureDb.vue index 0233361b1af6c3a077ab0ffe754568d93b9d6c83..1fa59e8315f5e2a233eed97e6e2d22eb75d6169c 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" },