diff --git a/evidence/templates/ev_details.html b/evidence/templates/ev_details.html index 6a40962..563ca92 100644 --- a/evidence/templates/ev_details.html +++ b/evidence/templates/ev_details.html @@ -29,26 +29,44 @@
-
List of chids
+
- {% for snap in object.annotations %} - {% if snap.type == 0 %} -
-
-
- - {{ snap.created }} - -
-

- {{ snap.key }}
-

- - {{ snap.value }} - -
- {% endif %} - {% endfor %} + + + + + + + + + {% for snap in object.annotations %} + + {% if snap.type == 0 %} + + + + + + {% endif %} + + {% endfor %} +
+ {% trans "Type" %} + + {% trans "Identificator" %} + + {% trans "Data" %} +
+ {{ snap.key }} + + + {{ snap.value }} + + + + {{ snap.created }} + +
@@ -97,7 +115,7 @@ if (hash) { // Buscar el botón o enlace que corresponde al hash y activarlo const tabTrigger = document.querySelector(`[data-bs-target="${hash}"]`); - + if (tabTrigger) { // Crear una instancia de tab de Bootstrap para activar el tab const tab = new bootstrap.Tab(tabTrigger);