Welcome to mirror list, hosted at ThFree Co, Russian Federation.

luci-app-wol.json « menu.d « luci « share « usr « root « luci-app-wol « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1fb8cd7ae8a5d27a1ac0ab0981d1e6ace93bd2cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"admin/services/wol": {
		"title": "Wake on LAN",
		"order": 90,
		"action": {
			"type": "view",
			"path": "wol"
		},
		"depends": {
			"acl": [ "luci-app-wol" ]
		}
	}
}