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

luci-app-coovachilli.json « menu.d « luci « share « usr « root « luci-app-coovachilli « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5178a59894bd20e31e21fa9d8fa20b5250f8f751 (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
{
	"admin/services/coovachilli": {
		"title": "CoovaChilli",
		"order": 90,
		"action": {
			"type": "cbi",
			"path": "coovachilli",
			"post": { "cbi.submit": true }
		},
		"depends": {
			"acl": [ "luci-app-coovachilli" ]
		}
	},

	"admin/services/coovachilli/network": {
		"title": "Network Configuration",
		"order": 1,
		"action": {
			"type": "cbi",
			"path": "coovachilli_network",
			"post": { "cbi.submit": true }
		}
	},

	"admin/services/coovachilli/radius": {
		"title": "RADIUS configuration",
		"order": 2,
		"action": {
			"type": "cbi",
			"path": "coovachilli_radius",
			"post": { "cbi.submit": true }
		}
	},

	"admin/services/coovachilli/auth": {
		"title": "UAM and MAC Authentication",
		"order": 3,
		"action": {
			"type": "cbi",
			"path": "coovachilli_auth",
			"post": { "cbi.submit": true }
		}
	}
}