summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-modemmanager
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/luci-proto-modemmanager')
-rw-r--r--protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js b/protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js
index 224bd6f3bd..e3d98d75ef 100644
--- a/protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js
+++ b/protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js
@@ -109,6 +109,7 @@ return network.registerProtocol('modemmanager', {
o.value('3g');
o.value('4g');
o.value('5g');
+ o.value('none', _('None'));
o.depends('allowedmode','3g|2g');
o.depends('allowedmode','4g|2g');
o.depends('allowedmode','4g|3g');