3
0

LogViewer table header - fixes #2024

This commit is contained in:
McLayn 2024-11-10 14:51:37 +01:00 committed by Jože Fortun
parent b73af27d1b
commit 1ca4a81cbd

View File

@ -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">