From 625abbfdbe94dada023ebd8ea69778173d1a7351 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 5 Feb 2020 16:51:19 +0100 Subject: treewide: convert simple Lua controllers to declarative JSON Signed-off-by: Jo-Philipp Wich --- .../usr/share/luci/menu.d/luci-app-yggdrasil.json | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 applications/luci-app-yggdrasil/root/usr/share/luci/menu.d/luci-app-yggdrasil.json (limited to 'applications/luci-app-yggdrasil/root') 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 new file mode 100644 index 0000000000..dbe9331b2f --- /dev/null +++ b/applications/luci-app-yggdrasil/root/usr/share/luci/menu.d/luci-app-yggdrasil.json @@ -0,0 +1,65 @@ +{ + "admin/network/yggdrasil": { + "title": "Yggdrasil", + "action": { + "type": "firstchild" + }, + "depends": { + "uci": { "yggdrasil": true } + } + }, + + "admin/network/yggdrasil/status": { + "title": "Status", + "order": 1, + "action": { + "type": "view", + "path": "yggdrasil/status" + } + }, + + "admin/network/yggdrasil/peers": { + "title": "Peers", + "order": 2, + "action": { + "type": "view", + "path": "yggdrasil/peers" + } + }, + + "admin/network/yggdrasil/settings": { + "title": "Settings", + "order": 3, + "action": { + "type": "view", + "path": "yggdrasil/settings" + } + }, + + "admin/network/yggdrasil/keys": { + "title": "Encryption keys", + "order": 4, + "action": { + "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" + } + } +} -- cgit v1.2.3