From a6668e11645ccaf9c587937169e616006c04db9f Mon Sep 17 00:00:00 2001 From: raulmateos Date: Wed, 3 Dec 2008 14:11:44 +0000 Subject: [PATCH] 2008-12-03 Raul Mateos * operation/agentes/tactical.php: Added text if there are no servers. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1282 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/operation/agentes/tactical.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora_console/operation/agentes/tactical.php b/pandora_console/operation/agentes/tactical.php index 78897b4f1e..86f489be0c 100644 --- a/pandora_console/operation/agentes/tactical.php +++ b/pandora_console/operation/agentes/tactical.php @@ -255,6 +255,8 @@ if ($serverinfo) { '; } echo ''; +} else { + echo "
".__('There are no servers configured into the database')."
"; } smal_event_table ("", 10, 450);