Update view_log.php

This commit is contained in:
jakani24
2024-04-27 11:21:43 +02:00
parent 19e264a302
commit d1725f6e12

View File

@@ -187,7 +187,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='piechart_3d' style='width: 900px; height: 500px;'></div>"); echo("<div id='piechart_3d' style='width: 30%; height: auto;'></div>");
} }
// Display log entries // Display log entries
echo '<table class="table" style="overflow-x:auto">'; echo '<table class="table" style="overflow-x:auto">';