From 36d7de84f55a562b2e4188a456d9205cb344bb37 Mon Sep 17 00:00:00 2001 From: Fabian Wolf Date: Thu, 8 Aug 2024 10:31:12 +0200 Subject: [PATCH] Labelannotation: compare lower case --- webapp/templates/labelannotation_viewer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/templates/labelannotation_viewer.html b/webapp/templates/labelannotation_viewer.html index 55f6772..169a424 100644 --- a/webapp/templates/labelannotation_viewer.html +++ b/webapp/templates/labelannotation_viewer.html @@ -104,7 +104,7 @@

Metrics

{{ report_dict['annotation_labels'][label] }} {% endif %} {% else %} - {% if value == report_dict['annotation_labels'][label] %} + {% if value|lower == report_dict['annotation_labels'][label]|lower %} {{ value }} {{ report_dict['annotation_labels'][label] }} {% else %}