#11351 We added the required property in the Enterprise String, Custom Value/OID, SNMP Agent(IP) fields

This commit is contained in:
Jorge Rincon 2023-05-30 10:48:46 +02:00
parent 97455d4304
commit 0f832c7aec
1 changed files with 5 additions and 1 deletions

View File

@ -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
)
);