diff options
author | George Iv <zhoreeq@users.noreply.github.com> | 2021-07-21 19:23:49 +0300 |
---|---|---|
committer | George Iv <zhoreeq@users.noreply.github.com> | 2021-07-21 19:23:49 +0300 |
commit | 3953b1a5b249b09e566ca1ec4ce2fb4e23cdf69e (patch) | |
tree | 7c0f35bd972207151c046047ffb17b3df7af23a5 /applications/luci-app-yggdrasil/root | |
parent | b7ba9e2d2da570537e7979251ee5d8e6d4e292a9 (diff) |
luci-app-yggdrasil: Update to support v0.4.0 config
Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
Diffstat (limited to 'applications/luci-app-yggdrasil/root')
-rw-r--r-- | applications/luci-app-yggdrasil/root/usr/share/luci/menu.d/luci-app-yggdrasil.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/applications/luci-app-yggdrasil/root/usr/share/luci/menu.d/luci-app-yggdrasil.json b/applications/luci-app-yggdrasil/root/usr/share/luci/menu.d/luci-app-yggdrasil.json index 2947461e58..da4e4acef9 100644 --- a/applications/luci-app-yggdrasil/root/usr/share/luci/menu.d/luci-app-yggdrasil.json +++ b/applications/luci-app-yggdrasil/root/usr/share/luci/menu.d/luci-app-yggdrasil.json @@ -44,23 +44,5 @@ "type": "view", "path": "yggdrasil/keys" } - }, - - "admin/network/yggdrasil/session_firewall": { - "title": "Session firewall", - "order": 5, - "action": { - "type": "view", - "path": "yggdrasil/session_firewall" - } - }, - - "admin/network/yggdrasil/tunnel_routing": { - "title": "Tunnel routing", - "order": 6, - "action": { - "type": "view", - "path": "yggdrasil/tunnel_routing" - } } } |