From 6c59ff4353b69a9b6ca142344bc543b888d5bdbd Mon Sep 17 00:00:00 2001 From: slerena Date: Wed, 4 Mar 2009 18:15:48 +0000 Subject: [PATCH] 2009-03-04 Sancho Lerena * operation/agents/tactical.php: Layout adapted to bigger event table. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1513 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 2 ++ pandora_console/operation/agentes/tactical.php | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 54165a14ca..92a719f10f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,5 +1,7 @@ 2009-03-04 Sancho Lerena + * operation/agents/tactical.php: Layout adapted to bigger event table. + * extras/: New directory with extra contents (scripts, tools, samples) * index.php: Add new permission check for /attachment directory. Probably diff --git a/pandora_console/operation/agentes/tactical.php b/pandora_console/operation/agentes/tactical.php index 00981537d5..2d818b8dab 100644 --- a/pandora_console/operation/agentes/tactical.php +++ b/pandora_console/operation/agentes/tactical.php @@ -51,7 +51,7 @@ echo "

".__('Pandora Agents')." > ".__('Tactical view')."

"; $data = get_group_stats (); -echo '
'; +echo '
'; // Monitor checks $table->width = "100%"; @@ -63,7 +63,7 @@ $table->head = array (); $table->data = array (); $table->style = array (); -$img = "reporting/fgraph.php?tipo=progress&height=20&width=260&mode=0&percent="; +$img = "reporting/fgraph.php?tipo=progress&height=20&width=140&mode=0&percent="; $table->style[0] = "padding-top:4px; padding-bottom:4px;"; $table->data[0][0] =''.__('Monitor health').''; @@ -150,7 +150,7 @@ print_cells_temp ($cells); echo ""; echo '
'; //Left column -echo '
'; +echo '
'; // Server information @@ -208,7 +208,7 @@ if ($serverinfo) { } else { echo '
'.__('There are no servers configured into the database').'
'; } -print_events_table ("", 10, 450); +print_events_table ("", 10, 570); echo '
'; ?>