Adjust summary displays
This commit is contained in:
parent
7eb3ff0048
commit
54ceac1ee8
@ -74,7 +74,7 @@ function generateLogDataTable($logData) {
|
|||||||
$keys = array_keys($mergedData);
|
$keys = array_keys($mergedData);
|
||||||
$values = array_values($mergedData);
|
$values = array_values($mergedData);
|
||||||
|
|
||||||
$output = '<table class="stripes" style="border-collapse: collapse; width:95%;overflow-x:auto; margin:2%"><tbody>';
|
$output = '<table class="stripes" style="border-collapse: collapse; width:95%;overflow-x:auto; margin: 0.6% auto 0.6% auto;"><tbody>';
|
||||||
|
|
||||||
// Divide keys and values into sets of 6
|
// Divide keys and values into sets of 6
|
||||||
$chunks = array_chunk($keys, 6);
|
$chunks = array_chunk($keys, 6);
|
||||||
|
Loading…
Reference in New Issue
Block a user