2009-08-29 Raul Mateos <raulofpandora@gmail.com>.

* operation/agentes/networkmap.php: Added style when agents not found.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1892 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2009-08-29 16:06:30 +00:00
parent 43cdabcc1e
commit d3264e94c0
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@
godmode/alerts/alert*.php, godmode/alerts/configure_alert_compound.php:
Unify titles, adding parent and change from h1 to h2.
* operation/agentes/networkmap.php: Added style when agents not found.
2009-08-28 Miguel de Dios <miguel.dedios@artica.es>
* extensions/module_groups, extensions/module_groups/icon_menu.png,

View File

@ -127,7 +127,7 @@ $graph = generate_dot (__('Pandora FMS'), $group, $simple, $font_size, $layout,
if ($graph === false) {
print_error_message (__('Map could not be generated'));
echo __('No agents found');
echo '<div class="nf">' . __('No agents found') . '</div>';
return;
}