mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Fix glorytun interface
This commit is contained in:
parent
b0f03a6f0e
commit
0e788763bf
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ s.addremove = true
|
|||
s.add_select_options = { }
|
||||
s.add_select_options[''] = ''
|
||||
s.extedit = luci.dispatcher.build_url(
|
||||
"admin", "services", "glorytun", "settings", "%s"
|
||||
"admin", "vpn", "glorytun", "settings", "%s"
|
||||
)
|
||||
|
||||
uci:load("glorytun_recipes")
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<fieldset class="cbi-section">
|
||||
<legend>
|
||||
<a href="<%=url('admin/services/glorytun')%>"><%:Overview%></a> »
|
||||
<a href="<%=url('admin/vpn/glorytun')%>"><%:Overview%></a> »
|
||||
<%=luci.i18n.translatef("Instance \"%s\"", self.instance)%>
|
||||
</legend>
|
||||
</fieldset>
|
||||
|
|
Loading…
Reference in a new issue