2008-12-03 Raul Mateos <raulofpandora@gmail.com>

* 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
This commit is contained in:
raulmateos 2008-12-03 14:11:44 +00:00
parent 01c8005cd0
commit 1b1a277ff1
1 changed files with 2 additions and 0 deletions

View File

@ -255,6 +255,8 @@ if ($serverinfo) {
</tr>';
}
echo '</tbody></table>';
} else {
echo "<div class='nf'>".__('There are no servers configured into the database')."</div>";
}
smal_event_table ("", 10, 450);