summaryrefslogtreecommitdiff
path: root/luci2/share/menu.d/system.json
blob: 3a5d45aa9c1359e6fcb38046c3a5cda34b8a90d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
    "system": {
        "title": "System",
        "index": 20
    },
    "system/system": {
        "title": "System",
        "acls": [ "system" ],
        "view": "system/system",
        "index": 10
    },
    "system/admin": {
        "title": "Administration",
        "acls": [ "admin" ],
        "view": "system/admin",
        "index": 20
    },
    "system/users": {
        "title": "Guest Logins",
        "acls": [ "users" ],
        "view": "system/users",
        "index": 30
    },
    "system/software": {
        "title": "Software",
        "acls": [ "software" ],
        "files": [ "/bin/opkg" ],
        "view": "system/software",
        "index": 40
    },
    "system/upgrade": {
        "title": "Backup / Upgrade",
        "acls": [ "backup", "upgrade" ],
        "view": "system/upgrade",
        "index": 50
    },
    "system/startup": {
        "title": "Startup",
        "acls": [ "startup" ],
        "view": "system/startup",
        "index": 60
    },
    "system/cron": {
        "title": "Scheduled Tasks",
        "acls": [ "cron" ],
        "view": "system/cron",
        "index": 70
    },
    "system/leds": {
        "title": "LED Configuration",
        "acls": [ "leds" ],
        "files": [ "/etc/init.d/led" ],
        "view": "system/leds",
        "index": 80
    }
}