diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index 3f7624fee0..34a45685d2 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -5346,7 +5346,7 @@ function reporting_get_agents_by_status($data, $graph_width=250, $graph_height=1 $agent_data = []; $agent_data[0] = html_print_image('images/agent_notinit.png', true, ['title' => __('Agents not init')]); - $agent_data[1] = "".format_numeric($data['agent_not_init']).''; + $agent_data[1] = "".format_numeric($data['agent_not_init']).''; $agent_data[2] = ''; $agent_data[3] = ''; diff --git a/pandora_console/include/graphs/flot/pandora.flot.js b/pandora_console/include/graphs/flot/pandora.flot.js index ed64ffecd2..6bd2782d3c 100644 --- a/pandora_console/include/graphs/flot/pandora.flot.js +++ b/pandora_console/include/graphs/flot/pandora.flot.js @@ -335,7 +335,7 @@ function pandoraFlotHBars( "#e63c52", "#FFA631", "#f3b200", - "#5BB6E5", + "#4a83f3", "#F2919D", "#82b92e" ]; diff --git a/pandora_console/include/lib/Dashboard/Widgets/groups_status.php b/pandora_console/include/lib/Dashboard/Widgets/groups_status.php index d4c0e39b6a..af25b2c056 100755 --- a/pandora_console/include/lib/Dashboard/Widgets/groups_status.php +++ b/pandora_console/include/lib/Dashboard/Widgets/groups_status.php @@ -350,7 +350,7 @@ class GroupsStatusWidget extends Widget // Agent Not Init. $table->data[2][1] = $this->getCellCounter( $stats['agent_not_init'], - '#5bb6e5' + '#4a83f3' ); $data .= html_print_table($table, true); @@ -424,7 +424,7 @@ class GroupsStatusWidget extends Widget // Modules Not Init. $table->data[2][1] = $this->getCellCounter( $stats['monitor_not_init'], - '#5bb6e5' + '#4a83f3' ); $data .= html_print_table($table, true); diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 07ffbc789e..ca46e46291 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -1357,7 +1357,7 @@ td.datos2f9 { font-weight: bold; } .blue { - color: #5ab7e5; + color: #4a83f3; font-weight: bold; } .black { @@ -2506,7 +2506,7 @@ tr.group_view_ok, tr.group_view_not_init, .group_view_not_init { - background-color: #5bb6e5; + background-color: #4a83f3; color: #fff; } @@ -7301,6 +7301,10 @@ div.graph div.legend table { background-color: #5bb6e5; } +.bg_4a83f3 { + background-color: #4a83f3; +} + .bg_aaaaaa { background-color: #aaaaaa; } diff --git a/pandora_console/mobile/include/style/main.css b/pandora_console/mobile/include/style/main.css index 38678e432b..294490c2b0 100755 --- a/pandora_console/mobile/include/style/main.css +++ b/pandora_console/mobile/include/style/main.css @@ -175,7 +175,7 @@ tr.group_view_crit, .group_view_not_init, .group_view_not_init * { - background-color: #5ab7e5 !important; + background-color: #4a83f3 !important; color: #fff !important; } diff --git a/pandora_console/operation/agentes/group_view.php b/pandora_console/operation/agentes/group_view.php index 000931ff6b..6b39fe2978 100644 --- a/pandora_console/operation/agentes/group_view.php +++ b/pandora_console/operation/agentes/group_view.php @@ -186,14 +186,14 @@ echo '".$total_agent_warning.'%'; echo "".$total_agent_ok.'%'; echo "".$total_agent_unknown.'%'; - echo "".$total_not_init.'%'; + echo "".$total_not_init.'%'; echo ''; echo "'; echo ''; echo '
"; echo "".$total_critical.'%'; echo "".$total_warning.'%'; echo "".$total_ok.'%'; echo "".$total_unknown.'%'; - echo "".$total_monitor_not_init.'%'; + echo "".$total_monitor_not_init.'%'; echo '
';