From c4c0e89cbeb3d2b1a51f8cd8bba0435d3ffacecb Mon Sep 17 00:00:00 2001 From: "tatiana.llorente@artica.es" Date: Mon, 1 Oct 2018 13:24:08 +0200 Subject: [PATCH] Added class data to the table for last activity - #2846 --- pandora_console/general/logon_ok.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/general/logon_ok.php b/pandora_console/general/logon_ok.php index c2ecec56da..5cd214304a 100644 --- a/pandora_console/general/logon_ok.php +++ b/pandora_console/general/logon_ok.php @@ -210,6 +210,7 @@ if (!empty($all_data)) { echo '
'; $table = new stdClass(); + $table->class = "databox data"; $table->width = '100%'; //Don't specify px $table->data = array (); $table->size = array ();