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