LogViewer table header - fixes #2024
This commit is contained in:
parent
b73af27d1b
commit
1ca4a81cbd
@ -4,10 +4,10 @@
|
|||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>one</td>
|
<th scope="col">one</th>
|
||||||
<td>level</td>
|
<th scope="col">level</th>
|
||||||
<td>logger</td>
|
<th scope="col">logger</th>
|
||||||
<td>message</td>
|
<th scope="col">message</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tfoot v-if="lastRefresh">
|
<tfoot v-if="lastRefresh">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user