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

luci-app-ttyd.json « menu.d « luci « share « usr « root « luci-app-ttyd « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc8b3f14625afac22248c194ed384b94e89515c1 (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
{
	"admin/services/ttyd": {
		"title": "ttyd",
		"action": {
			"type": "firstchild"
		},
		"depends": {
			"uci": { "ttyd": true }
		}
	},

	"admin/services/ttyd/ttyd": {
		"title": "Terminal",
		"order": 1,
		"action": {
			"type": "view",
			"path": "ttyd/term"
		}
	},

	"admin/services/ttyd/config": {
		"title": "Config",
		"order": 2,
		"action": {
			"type": "view",
			"path": "ttyd/config"
		}
	}
}