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

manifest.json « module_number_5 « modules « selenium « tests « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f1802f35482c08b4363b9bf7d81bd86c9eed4fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"manifest_version": 0.01,
	"id": "5",
	"name": "5th Module",
	"author": "",
	"description": "Adding top-level and sub-level menu",
	"version": "",
	"namespace": "Example_E",
	"url": "",
	"actions": {
		"fifth.module": {
			"class": "Test5",
			"view": "fifth.module"
		}
	}
}