diff --git a/pandora_console/general/firts_task/custom_graphs.php b/pandora_console/general/firts_task/custom_graphs.php index 90a53f83b9..32af1d1320 100644 --- a/pandora_console/general/firts_task/custom_graphs.php +++ b/pandora_console/general/firts_task/custom_graphs.php @@ -29,11 +29,9 @@ ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no cu

-

ICMP (pings), - SNMP (detecting the topology of networks and their interfaces), and other customized - type. You can define your own customized recon script.'); ?>

+

diff --git a/pandora_console/general/login_help_dialog.php b/pandora_console/general/login_help_dialog.php index b7569a0250..8e9a2e4778 100644 --- a/pandora_console/general/login_help_dialog.php +++ b/pandora_console/general/login_help_dialog.php @@ -45,7 +45,7 @@ echo '
'; echo ''; echo ''; - echo ''; - echo ''; - echo ''; - echo '
'; + echo ''; echo '' . html_print_image('images/online_help.png', true, array("alt" => __('Online help'), "border" => 0)) . ''; @@ -53,7 +53,7 @@ echo '
' . __('Online help') . ''; echo '
'; + echo ''; echo '' . html_print_image('images/enterprise_version.png', true, array("alt" => __('Enterprise version'), "border" => 0)) . ''; @@ -61,7 +61,7 @@ echo '
' . __('Enterprise version') . ''; echo '
'; + echo ''; echo '' . html_print_image('images/support.png', true, array("alt" => __('Support'), "border" => 0)) . ''; @@ -69,7 +69,7 @@ echo '
' . __('Support') . ' / ' . __('Forums') . ''; echo '
'; + echo ''; echo '' . html_print_image('images/documentation.png', true, array("alt" => __('Documentation'), "border" => 0)) . ''; diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index 89bdb33b3a..a4360c388b 100755 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -1179,12 +1179,10 @@ if ($list_modules) { data)) { if ($filter_monitors) { - echo '
' . - __('Any monitors aren\'t with this filter.') . '
'; + ui_print_info_message(array( 'no_close'=>true, "message" => __('Any monitors aren\'t with this filter.') ) ); } else { - echo '
' . - __('This agent doesn\'t have any active monitors.') . '
'; + ui_print_info_message( array( 'no_close'=>true, "message" => __('This agent doesn\'t have any active monitors.') ) ); } } else { diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 0080116c92..db26f99534 100755 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -2155,7 +2155,7 @@ div.cellBig { tr.group_view_data, .group_view_data { - color: #003a3a; + color: #3F3F3F; } tr.group_view_crit, .group_view_crit { @@ -3042,6 +3042,15 @@ table#policy_modules td * { padding-left: 10px; } +.databox.agente td>div>canvas{ + width: 100% !important; + text-align: left !important; +} +.databox.agente td>div.graph{ + width: 100% !important; + text-align: left !important; +} + .godmode, .menu_icon ul li{ background-color: #222; } diff --git a/pandora_console/operation/agentes/estado_generalagente.php b/pandora_console/operation/agentes/estado_generalagente.php index fbddc8bfe7..bdf14de25d 100755 --- a/pandora_console/operation/agentes/estado_generalagente.php +++ b/pandora_console/operation/agentes/estado_generalagente.php @@ -61,10 +61,10 @@ if (! check_acl ($config["id_user"], $agent["id_grupo"], "AR") && !$is_extra) { // START: TABLE AGENT BUILD $table_agent = new stdClass(); $table_agent->id = 'agent_details_main'; -$table_agent->width = '82%'; +$table_agent->width = '95%'; $table_agent->cellspacing = 0; $table_agent->cellpadding = 0; -$table_agent->class = 'databox'; +$table_agent->class = 'databox filters'; $table_agent->style[0] = 'width: 16px; text-align:center; padding: 0px;'; $table_agent->style[5] = 'width: 16px; text-align:center; padding: 0px;'; $table_agent->styleTable = 'padding:0px;'; @@ -495,7 +495,7 @@ $table->style = array_fill(0, 3, 'vertical-align: top;'); $data = array(); $data[0] = html_print_table($table_agent, true); $data[0] .= - '
+ '
' . @@ -511,7 +511,7 @@ $access_agent = db_get_value_sql("SELECT COUNT(id_agent) if ($config["agentaccess"] && $access_agent > 0) { $data[0] .= - '
' . __('Events (24h)') . '
+ '
' .
' . __('Agent access rate (24h)') . '