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

manifest.json « problemhosts « widgets « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ec6c895b771622bf8cc43c689aa4a3f51349a77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"manifest_version": 2.0,
	"id": "problemhosts",
	"type": "widget",
	"name": "Problem hosts",
	"namespace": "ProblemHosts",
	"version": "1.0",
	"author": "Zabbix SIA",
	"actions": {
		"widget.problemhosts.view": {
			"class": "WidgetView"
		}
	}
}