diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php
index d00628000c..61aa406b19 100644
--- a/pandora_console/include/functions_html.php
+++ b/pandora_console/include/functions_html.php
@@ -830,7 +830,7 @@ function html_print_select(
$output .= '';
if ($modal && !enterprise_installed()) {
$output .= "
-
+
";
}
@@ -2900,7 +2900,7 @@ function html_print_button($label='OK', $name='', $disabled=false, $script='', $
if ($modal && !enterprise_installed()) {
$output .= "
-
+
";
}
@@ -3392,7 +3392,7 @@ function html_print_radio_button_extended(
if ($modal && !enterprise_installed()) {
$output .= "
-
+
";
}
diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php
index ea63761648..8f49dff5d9 100755
--- a/pandora_console/include/functions_reporting.php
+++ b/pandora_console/include/functions_reporting.php
@@ -10316,7 +10316,7 @@ function reporting_get_stats_alerts($data, $links=false)
*/
if ($data['monitor_alerts'] > $data['total_agents'] && !enterprise_installed()) {
- $tdata[2] = "";
+ $tdata[2] = "";
}
$tdata[3] = html_print_image('images/bell_error.png', true, ['title' => __('Fired alerts')], false, false, false, true);
@@ -10462,7 +10462,7 @@ function reporting_get_stats_agents_monitors($data)
*/
if ($data['total_agents'] > 500 && !enterprise_installed()) {
- $tdata[2] = "";
+ $tdata[2] = "";
}
$tdata[3] = html_print_image('images/module.png', true, ['title' => __('Monitor checks')], false, false, false, true);
@@ -10476,7 +10476,7 @@ function reporting_get_stats_agents_monitors($data)
*/
if ($data['total_agents']) {
if (($data['monitor_checks'] / $data['total_agents'] > 100) && !enterprise_installed()) {
- $tdata[5] = "";
+ $tdata[5] = "";
}
}
@@ -12791,7 +12791,7 @@ function reporting_get_stats_servers()
$tdata[3] = html_print_image('images/module.png', true, ['title' => __('Ratio').': '.__('Modules by second')]).'/sec ';
if ($server_performance['total_remote_modules'] > 10000 && !enterprise_installed()) {
- $tdata[4] = "";
+ $tdata[4] = "";
} else {
$tdata[4] = ' ';
}
@@ -12865,7 +12865,7 @@ function reporting_get_stats_servers()
$tdata[1] = ''.html_print_image('images/spinner.gif', true).'';
if (isset($system_events) && $system_events > 50000 && !enterprise_installed()) {
- $tdata[2] = "";
+ $tdata[2] = "";
} else {
$tdata[3] = ' ';
}
diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php
index b9d75f69c6..557269c5a2 100755
--- a/pandora_console/include/functions_ui.php
+++ b/pandora_console/include/functions_ui.php
@@ -4333,7 +4333,7 @@ function ui_print_page_header(
if ($modal && !enterprise_installed()) {
$buffer .= "
-
+
";
}