diff --git a/backend/resources/error-report.tmpl b/backend/resources/error-report.tmpl
index 2ff0abb1f2..397b83b026 100644
--- a/backend/resources/error-report.tmpl
+++ b/backend/resources/error-report.tmpl
@@ -13,15 +13,40 @@
}
pre {
margin: 0px;
+ line-height: 17px;
}
+
+ main {
+ margin: 20px;
+ }
+
+ nav {
+ position: fixed;
+ width: 100vw;
+ top: 0;
+ left: 0;
+ padding: 5px 20px;
+ display: flex;
+ background: #e3e3e3;
+ }
+
+ nav > div {
+ text-transform: uppercase;
+ font-weight: bold;
+ }
+
+ nav > div:not(:last-child) {
+ margin-right: 10px;
+ }
+
* {
font-family: "JetBrains Mono", monospace;
font-size: 12px;
}
.table {
+ margin-top: 40px;
display: flex;
flex-direction: column;
- margin: 10px;
}
.table-row {
@@ -34,6 +59,9 @@
font-weight: 600;
width: 60px;
padding: 4px;
+
+ padding-top: 40px;
+ margin-top: -40px;
}
.table-val {
@@ -57,147 +85,68 @@
-
-
- {% if profile-id %}
-
-
PFID:
-
{{profile-id}}
-
- {% endif %}
- {% if user-agent %}
-
-
UAGT:
-
{{user-agent}}
-
- {% endif %}
-
- {% if frontend-version %}
-
-
FVER:
-
{{frontend-version}}
-
- {% endif %}
-
-
-
- {% if host %}
-
- {% endif %}
-
- {% if tenant %}
-
- {% endif %}
-
- {% if public-uri %}
-
-
PURI:
-
{{public-uri}}
-
- {% endif %}
-
- {% if type %}
-
- {% endif %}
-
- {% if code %}
-
- {% endif %}
-
- {% if error %}
-
-
CLSS:
-
{{error.class}}
-
- {% endif %}
-
- {% if hint %}
-
- {% endif %}
-
- {% if method %}
-
-
PATH:
-
{{method|upper}} {{path}}
-
- {% endif %}
-
-
-
-
-
- {% if params %}
-
+
+
+
+
- {% if spec-problems %}
-
-
SPEC PROBLEMS:
-
-
{{spec-problems}}
+ {% if params %}
+
-
- {% endif %}
+ {% endif %}
- {% if cause %}
-
-
TRACE:
-
-
{{cause}}
+
+ {% if data %}
+
-
- {% elif trace %}
-
-
TRACE:
-
-
{{trace}}
+ {% endif %}
+
+ {% if spec-problems %}
+
-
- {% elif error %}
-
-
TRACE:
-
-
{{error.trace}}
+ {% endif %}
+
+ {% if trace %}
+
+ {% endif %}
- {% endif %}
-
+