secubox-openwrt/luci-app-auth-guardian/root/usr/share/luci/menu.d/luci-app-auth-guardian.json

38 lines
1.2 KiB
JSON

{
"admin/services/auth-guardian": {
"title": "Auth Guardian",
"order": 70,
"action": {"type": "firstchild"}
},
"admin/services/auth-guardian/overview": {
"title": "Overview",
"order": 10,
"action": {"type": "view", "path": "auth-guardian/overview"}
},
"admin/services/auth-guardian/sessions": {
"title": "Sessions",
"order": 20,
"action": {"type": "view", "path": "auth-guardian/sessions"}
},
"admin/services/auth-guardian/vouchers": {
"title": "Vouchers",
"order": 30,
"action": {"type": "view", "path": "auth-guardian/vouchers"}
},
"admin/services/auth-guardian/oauth": {
"title": "OAuth Providers",
"order": 40,
"action": {"type": "view", "path": "auth-guardian/oauth"}
},
"admin/services/auth-guardian/splash": {
"title": "Splash Page",
"order": 50,
"action": {"type": "view", "path": "auth-guardian/splash"}
},
"admin/services/auth-guardian/bypass": {
"title": "Bypass Rules",
"order": 60,
"action": {"type": "view", "path": "auth-guardian/bypass"}
}
}