summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-wireguard/htdocs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-03-18 17:27:31 +0100
committerGitHub <noreply@github.com>2021-03-18 17:27:31 +0100
commit4cde2bda732b133d0ea46cecd94f57c3b1eeab05 (patch)
tree270ee49c890cd4e77689a8e315358aca83903f0f /protocols/luci-proto-wireguard/htdocs
parent1dc16d9d3ffeee30d072c569e9a3c693d303e9fc (diff)
parentbbf1a5343f1d930096cd5ff6b98f3e1f2f0d3c9a (diff)
Merge pull request #4307 from jow-/uci-network-device-support
Introduce support for managing `config device` and `config bridge-vlan` sections
Diffstat (limited to 'protocols/luci-proto-wireguard/htdocs')
-rw-r--r--protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js b/protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js
index 4690ecfc7f..dd933c9544 100644
--- a/protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js
+++ b/protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js
@@ -89,11 +89,6 @@ return network.registerProtocol('wireguard', {
// -- advanced --------------------------------------------------------------------
- o = s.taboption('advanced', form.Value, 'metric', _('Metric'), _('Optional'));
- o.datatype = 'uinteger';
- o.placeholder = '0';
- o.optional = true;
-
o = s.taboption('advanced', form.Value, 'mtu', _('MTU'), _('Optional. Maximum Transmission Unit of tunnel interface.'));
o.datatype = 'range(1280,1420)';
o.placeholder = '1420';