Update view_log.php

This commit is contained in:
jakani24
2024-04-27 11:23:40 +02:00
parent d1725f6e12
commit 06ed227779

View File

@@ -187,7 +187,7 @@ $conn->close();
$stmt->execute();
$result = $stmt->get_result();
if($current_page==1){
echo("<div id='piechart_3d' style='width: 30%; height: auto;'></div>");
echo("<div id='piechart_3d' style='width: 30%; height: auto;min-height:300px'></div>");
}
// Display log entries
echo '<table class="table" style="overflow-x:auto">';