2013-07-10 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/agents.php: fixed lost semicolon. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8509 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1d2abab206
commit
45108f77ad
|
@ -1,3 +1,7 @@
|
|||
2013-07-10 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* mobile/operation/agents.php: fixed lost semicolon.
|
||||
|
||||
2013-07-10 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/modules/manage_network_components.php: improved the source
|
||||
|
|
|
@ -262,7 +262,7 @@ class Agents {
|
|||
|
||||
|
||||
$img_status = agents_tree_view_status_img ($agent["critical_count"],
|
||||
$agent["warning_count"], $agent["unknown_count"])
|
||||
$agent["warning_count"], $agent["unknown_count"]);
|
||||
|
||||
$img_alert = agents_tree_view_alert_img ($agent_info["monitor_alertsfired"]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue