2011-10-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* operation/agentes/group_view.php: Fixed bad style when a group's 
	modules has alerts fired.
	
	Fixes: #3419822



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5049 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2011-10-07 11:34:40 +00:00
parent 3a2eb2ef0f
commit 551335e23f
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2011-10-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/agentes/group_view.php: Fixed bad style when a group's
modules has alerts fired.
Fixes: #3419822
2011-10-06 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_reporting_main_tab.php: Added a missing help

View File

@ -94,7 +94,7 @@ foreach ($groups as $id_group => $group_name) {
// Calculate entire row color
if ($data["monitor_alerts_fired"] > 0){
echo "<tr style='background-color: #ffd78f; height: 35px; text-align: center;'>";
echo "<tr style='background-color: #ffd78f; height: 35px;'>";
}
elseif ($data["monitor_critical"] > 0) {
echo "<tr style='background-color: #ffc0b5; height: 35px;'>";