#11351 We added the required property in the Enterprise String, Custom Value/OID, SNMP Agent(IP) fields
This commit is contained in:
parent
97455d4304
commit
0f832c7aec
|
@ -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…
Reference in New Issue