Update view_log.php

This commit is contained in:
jakani24
2024-04-27 11:36:05 +02:00
parent 0f89d9b0e9
commit 7c1e099b72

View File

@@ -207,7 +207,7 @@ $conn->close();
$stmt->execute(); $stmt->execute();
$result = $stmt->get_result(); $result = $stmt->get_result();
if($current_page==1){ if($current_page==1){
echo("<div id='log_spread' style='width: 700px; height: 500px;'></div>"); echo("<div id='log_spread' style='width: 700px; height: 400px;'></div>");
//echo("<div style='display:none' class='col' id='machine_spread' style='width: 30%; height: auto;'></div></div>"); //echo("<div style='display:none' class='col' id='machine_spread' style='width: 30%; height: auto;'></div></div>");
} }
// Display log entries // Display log entries