2012-12-27 Hirofumi Kosaka <kosaka@rworks.jp>
* general/logon_ok.php: Fixed typo. (fixed a bug that the number of "Alerts defined" at Pandora Main Page showed always "-") Merged from branch 4.0. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7335 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f2855e507b
commit
8756fb8eff
|
@ -1,3 +1,9 @@
|
|||
2012-12-27 Hirofumi Kosaka <kosaka@rworks.jp>
|
||||
|
||||
* general/logon_ok.php: Fixed typo. (fixed a bug that the
|
||||
number of "Alerts defined" at Pandora Main Page showed always "-")
|
||||
Merged from branch 4.0.
|
||||
|
||||
2012-12-26 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_graph.php: Fixed typos.
|
||||
|
|
|
@ -131,7 +131,7 @@ $cells[5]["color"] = "#aaa";
|
|||
$cells[5]["href"] = "index.php?sec=estado&sec2=operation/agentes/status_monitor&refr=60&status=3";
|
||||
|
||||
$cells[6][0] = __('Alerts defined');
|
||||
$cells[6][1] = $data["total_alerts"];
|
||||
$cells[6][1] = $data["monitor_alerts"];
|
||||
$cells[6]["color"] = "#000";
|
||||
$cells[6]["href"] = "index.php?sec=estado&sec2=operation/agentes/alerts_status&refr=60";
|
||||
|
||||
|
|
Loading…
Reference in New Issue