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

manifest.json « problemsbysv « widgets « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a9f29a70faf94675d72b4b73d2be224b06f1e53e (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": "problemsbysv",
	"type": "widget",
	"name": "Problems by severity",
	"namespace": "ProblemsBySv",
	"version": "1.0",
	"author": "Zabbix SIA",
	"widget": {
		"js_class": "CWidgetProblemsBySv"
	},
	"actions": {
		"widget.problemsbysv.view": {
			"class": "WidgetView"
		}
	},
	"assets": {
		"js": ["class.widget.js"]
	}
}