diff options
Diffstat (limited to 'applications/luci-app-ser2net/root')
-rw-r--r-- | applications/luci-app-ser2net/root/usr/share/luci/menu.d/luci-app-ser2net.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/applications/luci-app-ser2net/root/usr/share/luci/menu.d/luci-app-ser2net.json b/applications/luci-app-ser2net/root/usr/share/luci/menu.d/luci-app-ser2net.json new file mode 100644 index 0000000000..e05a30b935 --- /dev/null +++ b/applications/luci-app-ser2net/root/usr/share/luci/menu.d/luci-app-ser2net.json @@ -0,0 +1,38 @@ +{ + "admin/services/ser2net": { + "title": "ser2net", + "action": { + "type": "firstchild" + }, + "depends": { + "uci": { "ser2net": true } + } + }, + + "admin/services/ser2net/settings": { + "title": "Settings", + "order": 1, + "action": { + "type": "view", + "path": "ser2net/settings" + } + }, + + "admin/services/ser2net/proxies": { + "title": "Proxies", + "order": 2, + "action": { + "type": "view", + "path": "ser2net/proxies" + } + }, + + "admin/services/ser2net/leds": { + "title": "LEDs", + "order": 3, + "action": { + "type": "view", + "path": "ser2net/leds" + } + } +} |