Fixed minor warning

Former-commit-id: 38278d285faa6aea5f61d0933543b7e24926ae79
This commit is contained in:
fermin831 2019-03-26 08:40:22 +01:00
parent 85474c6037
commit 58e74c1db1
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ function netflow_data_table($data, $start_date, $end_date, $aggregate)
}
$values = [];
$table = new stdClass();
$table->size = ['100%'];
$table->class = 'databox';
$table->cellspacing = 0;