2011-08-25 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2011-08-25 19:05:15 +00:00
parent 559d24908d
commit 3472e58ec9
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2011-08-25 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/datos_agente.php: change the width of data table.
Fixes: #3398098
2011-08-25 Miguel de Dios <miguel.dedios@artica.es>
* extensions/update_manager.php: check if the field "update_server_path" in

View File

@ -185,6 +185,8 @@ echo '</div>';
echo "</form><br />";
$table->width = '98%';
//
$index = 0;
foreach($columns as $col => $attr){