Update view_log.php

This commit is contained in:
jakani24
2024-03-09 15:18:13 +01:00
parent ea0c37efba
commit 84bbaa95d1

View File

@@ -121,7 +121,7 @@ if(isset($_GET["filter_submit"])){
// Display log entries // Display log entries
echo '<table class="table" style="overflow-x:auto">'; echo '<table class="table" style="overflow-x:auto">';
echo '<thead>'; echo '<thead>';
echo '<tr>'; 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>'; echo '<th>Entry id</th><th>Loglevel</th><th>Logtext</th><th>Machine id</th><th>Time & date</th><th>Delete entry</th>';
echo '</tr>'; echo '</tr>';
echo '</thead>'; echo '</thead>';