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:
hkosaka 2012-12-27 08:24:11 +00:00
parent f2855e507b
commit 8756fb8eff
2 changed files with 8 additions and 2 deletions

View File

@ -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.

View File

@ -131,7 +131,7 @@ $cells[5]["color"] = "#aaa";
$cells[5]["href"] = "index.php?sec=estado&amp;sec2=operation/agentes/status_monitor&amp;refr=60&amp;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&amp;sec2=operation/agentes/alerts_status&amp;refr=60";