Update view_log.php

This commit is contained in:
jakani24
2024-01-21 17:17:28 +01:00
parent 7f548d81a5
commit ac32326d56

View File

@@ -95,7 +95,7 @@ if($perms[2]!=="1"){
}
$last_id=-1;
//create the table header
echo('<table class="table">');
echo('<table class="table" style="x-overflow:auto">');
echo('<thead>');
echo('<tr>');
echo('<th>Entry id</th><th>Loglevel</th><th>Logtext</th><th>Machine id</th><th>Time & date</th><th>Delete entry</th>');