1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2019-09-16 18:11:24 +02:00
parent b0f03a6f0e
commit 0e788763bf
2 changed files with 2 additions and 2 deletions

View file

@ -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")

View file

@ -7,7 +7,7 @@
<fieldset class="cbi-section">
<legend>
<a href="<%=url('admin/services/glorytun')%>"><%:Overview%></a> &raquo;
<a href="<%=url('admin/vpn/glorytun')%>"><%:Overview%></a> &raquo;
<%=luci.i18n.translatef("Instance \"%s\"", self.instance)%>
</legend>
</fieldset>