Update view_log.php
This commit is contained in:
@@ -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">';
|
||||||
|
|||||||
Reference in New Issue
Block a user