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

manifest.json « module_number_4 « modules « selenium « tests « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 249a5fb208b4f21166d1be78ad8f40dd774f96ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"manifest_version": 2.00,
	"id": "4",
	"name": "4th Module",
	"author": "",
	"description": "",
	"version": "",
	"namespace": "Example_A",
	"url": "",
	"actions": {
		"forth.module": {
			"class": "Test4",
			"view": "forth.module"
		}
	}
}