Skip to content

Commit 7998870

Browse files
McLaynVFajfa
authored andcommitted
LogViewer table header - fixes #2024
1 parent 908ea22 commit 7998870

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

server/webconsole/src/views/LogViewer.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<table>
55
<thead>
66
<tr>
7-
<td>one</td>
8-
<td>level</td>
9-
<td>logger</td>
10-
<td>message</td>
7+
<th scope="col">one</th>
8+
<th scope="col">level</th>
9+
<th scope="col">logger</th>
10+
<th scope="col">message</th>
1111
</tr>
1212
</thead>
1313
<tfoot v-if="lastRefresh">

0 commit comments

Comments
 (0)