#8739 Fixed table
This commit is contained in:
parent
50e48b86b6
commit
f2fb3fd7cb
|
@ -114,6 +114,7 @@ function pandora_realtime_graphs()
|
|||
$canvas .= '</div>';
|
||||
echo $canvas;
|
||||
|
||||
$table = new stdClass();
|
||||
$table->width = '100%';
|
||||
$table->id = 'table-form';
|
||||
$table->class = 'databox filters';
|
||||
|
|
Loading…
Reference in New Issue