Merge pull request #4374 from RemiNV/map_type_rename
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 3 Sep 2020 19:42:10 +0000 (21:42 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Sep 2020 19:42:10 +0000 (21:42 +0200)
protocols: rename type to maptype for map

protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js

index 2c7f3cfe9775ece92ad40a24b9d3ad6f8dbf7695..5c292af619d36a71a78272a2e4a9d4a53684775a 100644 (file)
@@ -40,7 +40,7 @@ return network.registerProtocol('map', {
        renderFormOptions: function(s) {
                var o;
 
-               o = s.taboption('general', form.ListValue, 'type', _('Type'));
+               o = s.taboption('general', form.ListValue, 'maptype', _('Type'));
                o.value('map-e', 'MAP-E');
                o.value('map-t', 'MAP-T');
                o.value('lw4o6', 'LW4over6');