• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/luci2-ui/luci2/share/menu.d/network.json

  1 {
  2     "network": {
  3         "title": "Network",
  4         "index": 30
  5     },
  6     "network/interfaces": {
  7         "title": "Interfaces",
  8         "acls": [ "network" ],
  9         "view": "network/interfaces",
 10         "index": 10
 11     },
 12     "network/wireless": {
 13         "title": "Wireless",
 14         "acls": [ "network" ],
 15         "view": "network/wireless",
 16         "index": 20
 17     },
 18     "network/switch": {
 19         "title": "Switch",
 20         "acls": [ "network" ],
 21         "files": [ "/sbin/swconfig" ],
 22         "view": "network/switch",
 23         "index": 30
 24     },
 25     "network/hosts": {
 26         "title": "Hostnames",
 27         "acls": [ "hostnames" ],
 28         "files": [ "/etc/config/dhcp" ],
 29         "view": "network/hosts",
 30         "index": 50
 31     },
 32     "network/routes": {
 33         "title": "Routes",
 34         "acls": [ "network" ],
 35         "view": "network/routes",
 36         "index": 70
 37     },
 38     "network/diagnostics": {
 39         "title": "Diagnostics",
 40         "acls": [ "diagnostics" ],
 41         "view": "network/diagnostics",
 42         "index": 80
 43     }
 44 }

This page was automatically generated by LXR 0.3.1.  •  OpenWrt