From 6dfec5c341862cdb5bbe8246937c9bfc8bd5a2f1 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Wed, 3 Sep 2025 21:18:28 +0200 Subject: fix: add status badge for 'NO_CONSENT' (#149) --- src/main/resources/templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 7ca0b67..f48e3dc 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -54,6 +54,7 @@ [[ ${request.status} ]] [[ ${request.status} ]] [[ ${request.status} ]] + [[ ${request.status} ]] [[ ${request.type} ]] [[ ${request.uuid} ]] @@ -100,4 +101,4 @@ }); - \ No newline at end of file + -- cgit v1.2.3