mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +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,
|
||||||
2,
|
2,
|
||||||
$custom_value,
|
$custom_value,
|
||||||
'class="w100p" required="required"',
|
'class="w100p"',
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
@ -806,7 +806,7 @@ if ($create_alert || $update_alert) {
|
|||||||
255,
|
255,
|
||||||
true,
|
true,
|
||||||
false,
|
false,
|
||||||
true
|
false
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
echo '</td>';
|
echo '</td>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user