From cfcb42767699cc8422fb8ad6ec946f653234bd80 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 7 Mar 2019 14:52:31 +0100 Subject: [PATCH] fixed minor error Former-commit-id: 5025e19699e773afee950a31bdceeeb0eb4bc47d --- .../godmode/modules/manage_network_components_form_common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/godmode/modules/manage_network_components_form_common.php b/pandora_console/godmode/modules/manage_network_components_form_common.php index ba463d9bb9..2e511c6f6f 100644 --- a/pandora_console/godmode/modules/manage_network_components_form_common.php +++ b/pandora_console/godmode/modules/manage_network_components_form_common.php @@ -216,7 +216,7 @@ $table->data[5][1] .= html_print_input_text( $max_critical, '', 5, - 1024, + 15, true ).''; $table->data[5][1] .= ''.__('Str.').'  '; @@ -225,7 +225,7 @@ $table->data[5][1] .= html_print_input_text( $str_critical, '', 5, - 64, + 1024, true ).''; $table->data[5][1] .= '
'.__('Inverse interval').'';