Fixed minor warning
Former-commit-id: 38278d285faa6aea5f61d0933543b7e24926ae79
This commit is contained in:
parent
85474c6037
commit
58e74c1db1
|
@ -264,6 +264,7 @@ function netflow_data_table($data, $start_date, $end_date, $aggregate)
|
||||||
}
|
}
|
||||||
|
|
||||||
$values = [];
|
$values = [];
|
||||||
|
$table = new stdClass();
|
||||||
$table->size = ['100%'];
|
$table->size = ['100%'];
|
||||||
$table->class = 'databox';
|
$table->class = 'databox';
|
||||||
$table->cellspacing = 0;
|
$table->cellspacing = 0;
|
||||||
|
|
Loading…
Reference in New Issue