Merge branch 'ent-12807-error-sql-vista-de-alertas-en-develop' into 'develop'

Ent 12807 error sql vista de alertas en develop

See merge request artica/pandorafms!6888
This commit is contained in:
Rafael Ameijeiras 2024-01-29 09:30:14 +00:00
commit c5c0b838e0

View File

@ -536,6 +536,7 @@ echo '</div>';
ui_require_css_file('cluetip', 'include/styles/js/');
ui_require_jquery_file('cluetip');
if (isset($id_agente)) {
$system_higher = false;
$modules_agent = db_get_all_rows_sql(sprintf('SELECT id_agente FROM tagente_modulo WHERE id_agente = %s', $id_agente));
if (is_array($modules_agent)) {
@ -549,6 +550,7 @@ if (is_array($modules_agent)) {
}
echo '<div id="system_higher" class="invisible_important agent_details_agent_data flex_important"><img src="images/alert-yellow@svg.svg" width="10%" class="mrgn_right_20px">'.__('Your system has a much higher rate of modules per agent than recommended (200 modules per agent). This implies performance problems in the system, please consider reducing the number of modules in this agent.').'</div>';
}
?>