mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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:
parent
3a2eb2ef0f
commit
551335e23f
@ -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>
|
2011-10-06 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
* include/help/ja/help_reporting_main_tab.php: Added a missing help
|
* include/help/ja/help_reporting_main_tab.php: Added a missing help
|
||||||
|
@ -94,7 +94,7 @@ foreach ($groups as $id_group => $group_name) {
|
|||||||
|
|
||||||
// Calculate entire row color
|
// Calculate entire row color
|
||||||
if ($data["monitor_alerts_fired"] > 0){
|
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) {
|
elseif ($data["monitor_critical"] > 0) {
|
||||||
echo "<tr style='background-color: #ffc0b5; height: 35px;'>";
|
echo "<tr style='background-color: #ffc0b5; height: 35px;'>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user