From 08a3e2ca0f6b663f084fcce1f0f9031bd7d56fc3 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 25 Aug 2011 19:05:15 +0000 Subject: [PATCH] 2011-08-25 Miguel de Dios * operation/agentes/datos_agente.php: change the width of data table. Fixes: #3398098 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4828 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/operation/agentes/datos_agente.php | 2 ++ 2 files changed, 8 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 4e10510744..8d6366b4b4 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2011-08-25 Miguel de Dios + + * operation/agentes/datos_agente.php: change the width of data table. + + Fixes: #3398098 + 2011-08-25 Miguel de Dios * extensions/update_manager.php: check if the field "update_server_path" in diff --git a/pandora_console/operation/agentes/datos_agente.php b/pandora_console/operation/agentes/datos_agente.php index 99d312cc98..2c5ccd5c06 100644 --- a/pandora_console/operation/agentes/datos_agente.php +++ b/pandora_console/operation/agentes/datos_agente.php @@ -185,6 +185,8 @@ echo ''; echo "
"; +$table->width = '98%'; + // $index = 0; foreach($columns as $col => $attr){