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

manifest.json « trigover « widgets « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d5d8790dfc39cd8a11f4a8b62e68a9ddd1e7d8a (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": "trigover",
	"type": "widget",
	"name": "Trigger overview",
	"namespace": "TrigOver",
	"version": "1.0",
	"author": "Zabbix SIA",
	"widget": {
		"js_class": "CWidgetTrigerOver"
	},
	"actions": {
		"widget.trigover.view": {
			"class": "WidgetView"
		}
	},
	"assets": {
		"js": ["class.widget.js"]
	}
}