feat: add logging and error handling
This commit is contained in:
parent
f324ca45ff
commit
56c0fed144
10 changed files with 720 additions and 49 deletions
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#results td {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#results_processing {
|
||||
|
|
|
|||
16
static/error.html
Normal file
16
static/error.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<div class="container">
|
||||
<div class="columns is-vcentered">
|
||||
<div class="column has-text-centered">
|
||||
<h1 class="title is-size-2">{{name}} ({{status}})</h1>
|
||||
<p class="subtitle">{{description}}</p>
|
||||
<p>
|
||||
Request ID:
|
||||
<code>{{reqId}}</code>
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<a class="button is-info" href="/">Back to Armory</a>
|
||||
<a class="button is-info">Homepage</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue