From 0e788763bf13f74da6734267641e551773a9d86f Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Mon, 16 Sep 2019 18:11:24 +0200 Subject: [PATCH] Fix glorytun interface --- luci-app-glorytun/luasrc/model/cbi/glorytun.lua | 2 +- luci-app-glorytun/luasrc/view/glorytun/pageswitch.htm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-glorytun/luasrc/model/cbi/glorytun.lua b/luci-app-glorytun/luasrc/model/cbi/glorytun.lua index 1a36cda2d..592d57cbb 100644 --- a/luci-app-glorytun/luasrc/model/cbi/glorytun.lua +++ b/luci-app-glorytun/luasrc/model/cbi/glorytun.lua @@ -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") diff --git a/luci-app-glorytun/luasrc/view/glorytun/pageswitch.htm b/luci-app-glorytun/luasrc/view/glorytun/pageswitch.htm index a0c073963..652494e0c 100644 --- a/luci-app-glorytun/luasrc/view/glorytun/pageswitch.htm +++ b/luci-app-glorytun/luasrc/view/glorytun/pageswitch.htm @@ -7,7 +7,7 @@
- <%:Overview%> » + <%:Overview%> » <%=luci.i18n.translatef("Instance \"%s\"", self.instance)%>