From 11ed3a629621ed8936e95540d5a58c6a1e3d4021 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Tue, 1 Aug 2023 08:53:43 +0200 Subject: [PATCH] Show request type in addition to state and ID --- src/main/resources/templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index f47d2b5..96f1cfe 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -15,6 +15,7 @@ Status + Typ ID Datum Patienten-ID @@ -27,6 +28,7 @@ [[ ${request.status} ]] [[ ${request.status} ]] [[ ${request.status} ]] + [[ ${request.type} ]] [[ ${request.uuid} ]] [[ ${request.uuid} ]]