From d317b34aa72166396934d5fef0eb09a2894b98e4 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 25 Apr 2024 13:32:42 +0200 Subject: [PATCH] add some help --- components/OperonStructure.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/OperonStructure.vue b/components/OperonStructure.vue index 9ed61062..2ea26c63 100644 --- a/components/OperonStructure.vue +++ b/components/OperonStructure.vue @@ -210,7 +210,11 @@ function drawGene({ width, height }) { <template> <div ref="gbContainer"> <v-card flat color="transparent"> - <v-card-subtitle>model version : {{ structureVersion }}</v-card-subtitle> + <v-card-item> + <v-card-title>Operon structure</v-card-title> + <v-card-subtitle>defenseFinder model version : {{ structureVersion }}</v-card-subtitle> + </v-card-item> + <v-alert size="small" type="info" variant="text"> click on structure to visualize them</v-alert> <svg ref="svgRef" :width="computedContainerWidth" :height="plotHeight"> <g class="x-axis" /> </svg> -- GitLab