mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +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,
|
||||||
2,
|
2,
|
||||||
$custom_value,
|
$custom_value,
|
||||||
'class="w100p"',
|
'class="w100p" required="required"',
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
@ -804,6 +804,8 @@ if ($create_alert || $update_alert) {
|
|||||||
'',
|
'',
|
||||||
50,
|
50,
|
||||||
255,
|
255,
|
||||||
|
true,
|
||||||
|
false,
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
@ -818,6 +820,8 @@ if ($create_alert || $update_alert) {
|
|||||||
'',
|
'',
|
||||||
20,
|
20,
|
||||||
255,
|
255,
|
||||||
|
true,
|
||||||
|
false,
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user