#11272 Fixed the style that gives color to the column in SNMP Console

This commit is contained in:
Jorge Rincon 2023-06-15 11:25:47 +02:00
parent 779f9b93dc
commit c1dc70ed97
1 changed files with 6 additions and 6 deletions

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',
[ [