From 0676b48fa642b957ac7d4167296dc9c6b7e5c232 Mon Sep 17 00:00:00 2001 From: Johannes Kimmel Date: Wed, 26 Apr 2023 00:59:29 +0200 Subject: [PATCH] hide gateway config_version input element --- l3config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l3config.js b/l3config.js index 646d4ef..fdd8c4f 100644 --- a/l3config.js +++ b/l3config.js @@ -317,7 +317,7 @@ function initForm() { new L3MultiInput('Router IPv6 Address', function(idsuffix) { return new L3Input(undefined,'gatewayRouterIP6'+idsuffix, 'router_ip6', {type: 'text', maxlength: 39, placeholder: 'Router IPv6 Address'}); }), - new L3Input('Config Version', 'gatewayConfigVersion', 'config_version', {type: 'text', value: 2, disabled: ''}), + new L3Input(undefined, 'gatewayConfigVersion', 'config_version', {type: 'hidden', value: 2, disabled: ''}), )); l3cfg.addSection(new L3Section('dns', undefined, new L3Select('Preset','dnsAnycastSelect', 'server', {name: 'anycast'},