Merge branch 'ent-11272-error-visualizacion-traps-en-firefox' into 'develop'

Ent 11272 error visualizacion traps en firefox

See merge request artica/pandorafms!6112
This commit is contained in:
Gorka Sanchez 2023-07-04 11:15:26 +00:00
commit 19a3240650

View File

@ -236,27 +236,27 @@ class SnmpConsole extends HTML
'status', 'status',
[ [
'text' => 'snmp_agent', 'text' => 'snmp_agent',
'class' => 'snmp-td', 'class' => 'snmp-td datos_green',
], ],
[ [
'text' => 'enterprise_string', 'text' => 'enterprise_string',
'class' => 'snmp-td', 'class' => 'snmp-td datos_green',
], ],
[ [
'text' => 'count', 'text' => 'count',
'class' => 'snmp-td', 'class' => 'snmp-td datos_green',
], ],
[ [
'text' => 'trap_subtype', 'text' => 'trap_subtype',
'class' => 'snmp-td', 'class' => 'snmp-td datos_green',
], ],
[ [
'text' => 'user_id', 'text' => 'user_id',
'class' => 'snmp-td', 'class' => 'snmp-td datos_green',
], ],
[ [
'text' => 'timestamp', 'text' => 'timestamp',
'class' => 'snmp-td', 'class' => 'snmp-td datos_green',
], ],
'alert', 'alert',
[ [