diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-09-03 21:42:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 21:42:10 +0200 |
commit | f94958e791bc005fca6087c97874c88f91b4030f (patch) | |
tree | 7585de72ea39866af7bb52b818aaf2b6dc8856b4 /protocols | |
parent | 51621a38b638b46c0cfffa7fd4810e34f1f090a2 (diff) | |
parent | 9282df68942d104f56d7e440293783413f0a7cf9 (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.js | 2 |
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'); |