From 033750eb1015ebc4d1612858dff54496e64a3410 Mon Sep 17 00:00:00 2001
From: Paul-Christian Volkmer
Date: Fri, 4 Apr 2025 13:59:51 +0200
Subject: feat: show issue path if available in response body (#92)
---
src/main/resources/static/style.css | 10 ++++++++++
src/main/resources/templates/report.html | 8 ++++++--
2 files changed, 16 insertions(+), 2 deletions(-)
(limited to 'src/main/resources')
diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css
index c6a8c33..b6713d2 100644
--- a/src/main/resources/static/style.css
+++ b/src/main/resources/static/style.css
@@ -697,4 +697,14 @@ a.reload {
.no-token {
padding: 1em;
background: var(--bg-red-op);
+}
+
+.issue-message {
+ font-family: monospace;
+ font-weight: bolder;
+}
+
+.issue-path {
+ font-family: monospace;
+ line-height: 1rem;
}
\ No newline at end of file
diff --git a/src/main/resources/templates/report.html b/src/main/resources/templates/report.html
index 21d1b48..5442fd4 100644
--- a/src/main/resources/templates/report.html
+++ b/src/main/resources/templates/report.html
@@ -47,7 +47,7 @@
Schweregrad
- Beschreibung
+ Beschreibung und Pfad