hide gateway config_version input element

This commit is contained in:
Johannes Kimmel 2023-04-26 00:59:29 +02:00
parent 049dc31928
commit 0676b48fa6
1 changed files with 1 additions and 1 deletions

View File

@ -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'},