mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Clean unnecesary message
This commit is contained in:
parent
c9ca52e5b9
commit
4480455258
@ -14,7 +14,7 @@
|
|||||||
* |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______|
|
* |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______|
|
||||||
*
|
*
|
||||||
* ============================================================================
|
* ============================================================================
|
||||||
* Copyright (c) 2005-2021 Artica Soluciones Tecnologicas
|
* Copyright (c) 2005-2022 Artica Soluciones Tecnologicas
|
||||||
* Please see http://pandorafms.org for full contribution list
|
* Please see http://pandorafms.org for full contribution list
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
@ -2687,10 +2687,10 @@ function events_print_event_table(
|
|||||||
// Get class name, for the link color, etc.
|
// Get class name, for the link color, etc.
|
||||||
$data[$i] = "<a href='index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=".$event['id_agente']."'>".agents_get_alias($event['id_agente']).'</A>';
|
$data[$i] = "<a href='index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=".$event['id_agente']."'>".agents_get_alias($event['id_agente']).'</A>';
|
||||||
// For System or SNMP generated alerts.
|
// For System or SNMP generated alerts.
|
||||||
} else if ($event['event_type'] == 'system') {
|
} else if ($event['event_type'] === 'system') {
|
||||||
$data[$i] = __('System');
|
$data[$i] = __('System');
|
||||||
} else {
|
} else {
|
||||||
$data[$i] = __('Alert').'SNMP';
|
$data[$i] = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$i++;
|
$i++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user