mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fixed styles
Former-commit-id: 6292bf0badc9175b6fb801b326e58ac475ae2bfb
This commit is contained in:
parent
4cc3eb13b9
commit
7bf44b7c5b
@ -183,7 +183,7 @@ $hidden_main_link = [
|
|||||||
|
|
||||||
unset($table);
|
unset($table);
|
||||||
$table = new stdClass();
|
$table = new stdClass();
|
||||||
$table->styleTable = 'width: 70%';
|
$table->styleTable = 'width: 60%';
|
||||||
// Print the header.
|
// Print the header.
|
||||||
$table->head = [];
|
$table->head = [];
|
||||||
$table->head['main'] = __('IP');
|
$table->head['main'] = __('IP');
|
||||||
@ -334,7 +334,7 @@ if (empty($data)) {
|
|||||||
html_print_table($table);
|
html_print_table($table);
|
||||||
|
|
||||||
// Print the graph.
|
// Print the graph.
|
||||||
echo '<div style="margin-top: 50px;">';
|
echo '<div style="margin-top: 50px; width: 40%;">';
|
||||||
echo pie_graph(
|
echo pie_graph(
|
||||||
$chart_data,
|
$chart_data,
|
||||||
320,
|
320,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user