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:
parent
43cdabcc1e
commit
d3264e94c0
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue