From 0f832c7aec8893359406f56b66020cd1ab11588d Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Tue, 30 May 2023 10:48:46 +0200 Subject: [PATCH] #11351 We added the required property in the Enterprise String, Custom Value/OID, SNMP Agent(IP) fields --- pandora_console/godmode/snmpconsole/snmp_alert.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/godmode/snmpconsole/snmp_alert.php b/pandora_console/godmode/snmpconsole/snmp_alert.php index 2b28ae4e94..570b49b8c4 100755 --- a/pandora_console/godmode/snmpconsole/snmp_alert.php +++ b/pandora_console/godmode/snmpconsole/snmp_alert.php @@ -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 ) );