frontend: use pkg/errors, show full stacktrace
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
307404714b
commit
84ff69147e
6 changed files with 56 additions and 66 deletions
|
@ -8,7 +8,7 @@
|
|||
<p>Something has failed. Below are some details for debugging.</p>
|
||||
|
||||
<p><strong>HTTP Status:</strong> {{.status_code}} {{.status}}</p>
|
||||
<pre class="border border-danger"
|
||||
<pre class="border border-danger p-3"
|
||||
style="white-space: pre-wrap; word-break: keep-all;">
|
||||
{{- .error -}}
|
||||
</pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue