summaryrefslogtreecommitdiffhomepage
path: root/protocols
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2020-09-03 21:42:10 +0200
committerGitHub <noreply@github.com>2020-09-03 21:42:10 +0200
commitf94958e791bc005fca6087c97874c88f91b4030f (patch)
tree7585de72ea39866af7bb52b818aaf2b6dc8856b4 /protocols
parent51621a38b638b46c0cfffa7fd4810e34f1f090a2 (diff)
parent9282df68942d104f56d7e440293783413f0a7cf9 (diff)
Merge pull request #4374 from RemiNV/map_type_rename
protocols: rename type to maptype for map
Diffstat (limited to 'protocols')
-rw-r--r--protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js b/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js
index 2c7f3cfe9..5c292af61 100644
--- a/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js
+++ b/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js
@@ -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');