2009-06-09 Esteban Sanchez <estebans@artica.es>
* include/functions_visual_map.php: Removed debug that causes maps to work strangely. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1742 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a6851ba01a
commit
35324c94a5
|
@ -1,3 +1,8 @@
|
||||||
|
2009-06-09 Esteban Sanchez <estebans@artica.es>
|
||||||
|
|
||||||
|
* include/functions_visual_map.php: Removed debug that causes maps to
|
||||||
|
work strangely.
|
||||||
|
|
||||||
2009-06-09 Esteban Sanchez <estebans@artica.es>
|
2009-06-09 Esteban Sanchez <estebans@artica.es>
|
||||||
|
|
||||||
* godmode/agentes/agent_manager.php: Added autocomplete support
|
* godmode/agentes/agent_manager.php: Added autocomplete support
|
||||||
|
|
|
@ -50,7 +50,6 @@ function print_pandora_visual_map ($id_layout, $show_links = true, $draw_lines =
|
||||||
// Status for a whole agent
|
// Status for a whole agent
|
||||||
} elseif ($layout_data['id_agent'] != 0) {
|
} elseif ($layout_data['id_agent'] != 0) {
|
||||||
$status = get_agent_status ($layout_data["id_agent"]);
|
$status = get_agent_status ($layout_data["id_agent"]);
|
||||||
echo '<h1>'.$status.'</h1>';
|
|
||||||
$status_parent = $status;
|
$status_parent = $status;
|
||||||
} else {
|
} else {
|
||||||
$status = 3;
|
$status = 3;
|
||||||
|
|
Loading…
Reference in New Issue