Use X-REQUEST-ID for Error pages
This commit is contained in:
parent
5584e7a4e5
commit
4f1bb0d274
55 changed files with 218 additions and 130 deletions
|
@ -7,6 +7,9 @@
|
|||
{{$stack_trace}}
|
||||
{{$trace}}</pre>
|
||||
{{/if}}
|
||||
{{if $request_id}}
|
||||
<pre>Request: {{$request_id}}</pre>
|
||||
{{/if}}
|
||||
{{if $back}}
|
||||
<p><button type="button" onclick="window.history.back()" class="btn btn-primary">{{$back}}</button></p>
|
||||
{{/if}}
|
||||
|
|
|
@ -8,5 +8,8 @@
|
|||
{{if $trace}}
|
||||
<pre>{{$trace nofilter}}</pre>
|
||||
{{/if}}
|
||||
{{if $request_id}}
|
||||
<pre>Request: {{$request_id}}</pre>
|
||||
{{/if}}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue