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

manifest.json « item « widgets « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76e019819b46734e7596b56d2c6131262750cd40 (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
{
	"manifest_version": 2.0,
	"id": "item",
	"type": "widget",
	"name": "Item value",
	"namespace": "Item",
	"version": "1.0",
	"author": "Zabbix SIA",
	"widget": {
		"template_support": true,
		"size": {
			"width": 4,
			"height": 3
		},
		"js_class": "CWidgetItem"
	},
	"actions": {
		"widget.item.view": {
			"class": "WidgetView"
		}
	},
	"assets": {
		"js": ["class.widget.js"]
	}
}