mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-11351-15668-snmp-alerts-crea-alerta-sin-tener-ningun-dato-puesto-en-formulario' into 'develop'
Ent 11351 15668 snmp alerts crea alerta sin tener ningun dato puesto en formulario See merge request artica/pandorafms!5988
This commit is contained in:
commit
0c4331f9d4
@ -786,7 +786,7 @@ if ($create_alert || $update_alert) {
|
||||
2,
|
||||
2,
|
||||
$custom_value,
|
||||
'class="w100p"',
|
||||
'class="w100p" required="required"',
|
||||
true
|
||||
)
|
||||
);
|
||||
@ -804,6 +804,8 @@ if ($create_alert || $update_alert) {
|
||||
'',
|
||||
50,
|
||||
255,
|
||||
true,
|
||||
false,
|
||||
true
|
||||
)
|
||||
);
|
||||
@ -818,6 +820,8 @@ if ($create_alert || $update_alert) {
|
||||
'',
|
||||
20,
|
||||
255,
|
||||
true,
|
||||
false,
|
||||
true
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user