mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-23 22:05:41 +02:00
Merge branch 'ent-13269-no-permite-crear-alerta-de-TRAP-SNMP-sin-rellenar-ambos-campos' into 'develop'
Ent 13269 no permite crear alerta de trap snmp sin rellenar ambos campos See merge request artica/pandorafms!7218
This commit is contained in:
commit
324dec9d76
@ -786,7 +786,7 @@ if ($create_alert || $update_alert) {
|
||||
2,
|
||||
2,
|
||||
$custom_value,
|
||||
'class="w100p" required="required"',
|
||||
'class="w100p"',
|
||||
true
|
||||
)
|
||||
);
|
||||
@ -806,7 +806,7 @@ if ($create_alert || $update_alert) {
|
||||
255,
|
||||
true,
|
||||
false,
|
||||
true
|
||||
false
|
||||
)
|
||||
);
|
||||
echo '</td>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user