1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 02:51:50 +00:00

Fix default for glorytun LuCI

This commit is contained in:
Ycarus 2018-03-12 17:20:47 +01:00
parent e07b40b10b
commit 537ba36c40

View file

@ -14,6 +14,7 @@ s.template = "cbi/tblsection"
s.template_addremove = "glorytun/cbi-select-input-add" s.template_addremove = "glorytun/cbi-select-input-add"
s.addremove = true s.addremove = true
s.add_select_options = { } s.add_select_options = { }
s.add_select_options[''] = ''
s.extedit = luci.dispatcher.build_url( s.extedit = luci.dispatcher.build_url(
"admin", "services", "glorytun", "settings", "%s" "admin", "services", "glorytun", "settings", "%s"
) )