[webapp] align live view table header with data

This commit is contained in:
Axel Hinrichs 2022-07-05 10:12:28 +02:00
parent 88d29a9b43
commit 43202e1e81

View File

@ -7,7 +7,7 @@
<thead> <thead>
<tr> <tr>
<th scope="col">Property</th> <th scope="col">Property</th>
<th scope="col">Value</th> <th style="text-align: right" scope="col">Value</th>
<th scope="col">Unit</th> <th scope="col">Unit</th>
</tr> </tr>
</thead> </thead>