From f2fb3fd7cb90fd552ad608e4b79768f9f2740c13 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Thu, 31 Mar 2022 13:10:09 +0200 Subject: [PATCH] #8739 Fixed table --- pandora_console/extensions/realtime_graphs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/extensions/realtime_graphs.php b/pandora_console/extensions/realtime_graphs.php index 908807d2d0..8f978f0fac 100644 --- a/pandora_console/extensions/realtime_graphs.php +++ b/pandora_console/extensions/realtime_graphs.php @@ -114,6 +114,7 @@ function pandora_realtime_graphs() $canvas .= ''; echo $canvas; + $table = new stdClass(); $table->width = '100%'; $table->id = 'table-form'; $table->class = 'databox filters';