diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 9379083b2b..ca0f2935af 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2013-06-04 Sergio Martin + + * include/styles/pandora.css + include/functions_groups.php + operation/agentes/group_view.php: Delete status column + and group image from groups view. Another visual fixes + were done + 2013-06-03 Sergio Martin * include/styles/pandora.css diff --git a/pandora_console/include/functions_groups.php b/pandora_console/include/functions_groups.php index a714f8ddfd..cf10fbe86f 100644 --- a/pandora_console/include/functions_groups.php +++ b/pandora_console/include/functions_groups.php @@ -871,20 +871,20 @@ function groups_get_group_row($id_group, $group_all, $group, &$printed_groups) { echo ""; // Status - echo "" . $status_image . ""; + // echo "" . $status_image . ""; // Group name echo "  "; - echo $group['prefix'] . ui_print_group_icon ($id_group, true, "groups_small", 'font-size: 7.5pt'); + //echo $group['prefix'] . ui_print_group_icon ($id_group, true, "groups_small", 'font-size: 7.5pt'); echo " "; - echo ui_print_truncate_text($group['name']); + echo $group['prefix'] . ui_print_truncate_text($group['name']); echo ""; echo ""; // Total agents echo ""; if ($data["total_agents"] > 0) - echo ""; //Total agent field given by function reporting_get_group_stats return the number of agents @@ -911,7 +911,7 @@ function groups_get_group_row($id_group, $group_all, $group, &$printed_groups) { // Agents unknown if ($data["agents_unknown"] > 0) { echo ""; - echo ""; echo $data["agents_unknown"]; echo ""; @@ -924,7 +924,7 @@ function groups_get_group_row($id_group, $group_all, $group, &$printed_groups) { // Monitors Unknown if ($data["monitor_unknown"] > 0) { echo ""; - echo ""; echo $data["monitor_unknown"]; echo ""; @@ -938,7 +938,7 @@ function groups_get_group_row($id_group, $group_all, $group, &$printed_groups) { // Monitors Not Init if ($data["monitor_not_init"] > 0) { echo ""; - echo ""; echo $data["monitor_not_init"]; echo ""; @@ -952,7 +952,7 @@ function groups_get_group_row($id_group, $group_all, $group, &$printed_groups) { // Monitors OK echo ""; if ($data["monitor_ok"] > 0) { - echo ""; + echo ""; echo $data["monitor_ok"]; echo ""; } @@ -964,7 +964,7 @@ function groups_get_group_row($id_group, $group_all, $group, &$printed_groups) { // Monitors Warning if ($data["monitor_warning"] > 0) { echo ""; - echo ""; echo $data["monitor_warning"]; echo ""; @@ -977,7 +977,7 @@ function groups_get_group_row($id_group, $group_all, $group, &$printed_groups) { // Monitors Critical if ($data["monitor_critical"] > 0) { echo ""; - echo ""; echo $data["monitor_critical"]; echo ""; @@ -989,7 +989,7 @@ function groups_get_group_row($id_group, $group_all, $group, &$printed_groups) { // Alerts fired if ($data["monitor_alerts_fired"] > 0) { echo ""; - echo ""; echo $data["monitor_alerts_fired"]; echo ""; diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index ec34781e9c..4149b5820e 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -2276,6 +2276,11 @@ div.cellBig { -khtml-opacity: 0.8; } + +tr.group_view_data, .group_view_data { + color: #fff; +} + tr.group_view_crit, .group_view_crit { background-color: #FA3030; } @@ -2289,10 +2294,11 @@ tr.group_view_ok, .group_view_ok { tr.group_view_warn, .group_view_warn, tr.group_view_warn.a, a.group_view_warn, tr.a.group_view_warn { background-color: #F5E535; + color: #3F3F3F !important; } a.group_view_warn { - color: #111 !important; + color: #3F3F3F !important; } tr.group_view_alrm, .group_view_alrm { @@ -2303,10 +2309,6 @@ tr.group_view_unk, .group_view_unk { background-color: #C4C4C4; } -tr.group_view_data, .group_view_data { - color: #fff !important; -} - /* classes for event priorities. Sits now in functions.php */ .datos_green, .datos_greenf9, .datos_green a, .datos_greenf9 a, .datos_green * { background-color: #6EB432; diff --git a/pandora_console/operation/agentes/group_view.php b/pandora_console/operation/agentes/group_view.php index e31e3b688f..e57b1d07b1 100644 --- a/pandora_console/operation/agentes/group_view.php +++ b/pandora_console/operation/agentes/group_view.php @@ -94,7 +94,7 @@ if (count($agents) > 0) { echo ''; echo ""; echo ""; - echo ""; + //echo ""; echo ""; echo ""; echo "";
" . __("Force") . "" . __("Status") . "" . __("Status") . "" . __("Group") . "" . __("Agents") . "" . __("Agent unknown") . "