Spaces:
Runtime error
Runtime error
add failure, response table headers
Browse files- static/index.html +2 -0
static/index.html
CHANGED
|
@@ -38,6 +38,8 @@
|
|
| 38 |
<th>Timestamp</th>
|
| 39 |
<th>Model</th>
|
| 40 |
<th>Status</th>
|
|
|
|
|
|
|
| 41 |
</tr>
|
| 42 |
</thead>
|
| 43 |
<tbody>
|
|
|
|
| 38 |
<th>Timestamp</th>
|
| 39 |
<th>Model</th>
|
| 40 |
<th>Status</th>
|
| 41 |
+
<th>Failure Message</th>
|
| 42 |
+
<th>Response Data</th>
|
| 43 |
</tr>
|
| 44 |
</thead>
|
| 45 |
<tbody>
|