diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-08-09 14:46:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-09 14:46:29 +0200 |
commit | 15e95260896220072bd43225229722f313b6b9e1 (patch) | |
tree | 567b19a3df67ff36a82881b6d1a6ffee2d705349 /applications/luci-app-ocserv/luasrc/view/ocserv_status.htm | |
parent | b11a25dcb954093fd44f3ce69c9673a748acbb1e (diff) | |
parent | 7af8043a75ccf49c3e976984a4b10812e25d115f (diff) |
Merge pull request #2969 from TDT-AG/pr/20190806-luci-base
luci-base: add new VPN toplevel menu entry
Diffstat (limited to 'applications/luci-app-ocserv/luasrc/view/ocserv_status.htm')
-rw-r--r-- | applications/luci-app-ocserv/luasrc/view/ocserv_status.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-ocserv/luasrc/view/ocserv_status.htm b/applications/luci-app-ocserv/luasrc/view/ocserv_status.htm index 9c69514b9..d00084a0b 100644 --- a/applications/luci-app-ocserv/luasrc/view/ocserv_status.htm +++ b/applications/luci-app-ocserv/luasrc/view/ocserv_status.htm @@ -1,7 +1,7 @@ <script type="text/javascript">//<![CDATA[ function ocserv_disconnect(idx) { - (new XHR()).post('<%=url('admin/services/ocserv/disconnect')%>/' + idx, { token: '<%=token%>' }, + (new XHR()).post('<%=url('admin/vpn/ocserv/disconnect')%>/' + idx, { token: '<%=token%>' }, function(x) { var tb = document.getElementById('ocserv_status_table'); @@ -11,7 +11,7 @@ ); } - XHR.poll(-1, '<%=url('admin/services/ocserv/status')%>', null, + XHR.poll(-1, '<%=url('admin/vpn/ocserv/status')%>', null, function(x, st) { var tb = document.getElementById('ocserv_status_table'); |