summaryrefslogtreecommitdiff
path: root/luci2/share/menu.d/network.json
blob: d590046d568484a6525040e7dc703330494c0afd (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
{
    "network": {
        "title": "Network",
        "index": 30
    },
    "network/interfaces": {
        "title": "Interfaces",
        "acls": [ "network" ],
        "view": "network/interfaces",
        "index": 10
    },
    "network/switch": {
        "title": "Switch",
        "acls": [ "network" ],
        "view": "network/switch",
        "index": 30
    },
    "network/hosts": {
        "title": "Hostnames",
        "acls": [ "hostnames" ],
        "view": "network/hosts",
        "index": 50
    },
    "network/routes": {
        "title": "Routes",
        "acls": [ "network" ],
        "view": "network/routes",
        "index": 70
    },
    "network/diagnostics": {
        "title": "Diagnostics",
        "acls": [ "diagnostics" ],
        "view": "network/diagnostics",
        "index": 80
    }
}