#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,
|
||||||
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…
Reference in New Issue