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:
parent
01c8005cd0
commit
1b1a277ff1
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue