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

manifest.json « web « widgets « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 590188825a3c3048f811d9e853a51a9bc7086fc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"manifest_version": 2.0,
	"id": "web",
	"type": "widget",
	"name": "Web monitoring",
	"namespace": "Web",
	"version": "1.0",
	"author": "Zabbix SIA",
	"widget": {
		"size": {
			"width": 6,
			"height": 3
		}
	},
	"actions": {
		"widget.web.view": {
			"class": "WidgetView"
		}
	}
}