Merge pull request #1163 from dibdot/luci-app-travelmate
luci-app-travelmate: sync with travelmate 0.7.3
This commit is contained in:
commit
3de3b75af4
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ m = Map("travelmate", translate("Travelmate"),
|
|||
.. "<a href=\"%s\" target=\"_blank\">"
|
||||
.. "see online documentation</a>", "https://github.com/openwrt/packages/blob/master/net/travelmate/files/README.md"))
|
||||
|
||||
function m.on_after_commit(self)
|
||||
luci.sys.call("/etc/init.d/travelmate restart >/dev/null 2>&1")
|
||||
luci.http.redirect(luci.dispatcher.build_url("admin", "services", "travelmate"))
|
||||
end
|
||||
|
||||
-- Main travelmate options
|
||||
|
||||
s = m:section(NamedSection, "global", "travelmate")
|
||||
|
|
Loading…
Reference in a new issue