diff --git a/components/analysis/AnalysesTable.vue b/components/analysis/AnalysesTable.vue index 493b933..8422da6 100644 --- a/components/analysis/AnalysesTable.vue +++ b/components/analysis/AnalysesTable.vue @@ -10,7 +10,7 @@ import SearchBar from "~/components/table/SearchBar.vue"; const expandedRows = ref(); const analyses = ref(); -const expandRowEntries = ["project_id", "node_id", "created_at", "updated_at"]; +const expandRowEntries = ["project_id", "node_id"]; const { data: response, status, error } = await getAnalysisNodes(); @@ -119,6 +119,32 @@ const updateFilters = (filterText: string) => { header="Project" :sortable="true" /> + + + + + + { > - + - + - +