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

manifest.json « tophosts « widgets « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c5a35884312924244ed0ed2f2f00b4c51e37d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"manifest_version": 2.0,
	"id": "tophosts",
	"type": "widget",
	"name": "Top hosts",
	"namespace": "TopHosts",
	"version": "1.0",
	"author": "Zabbix SIA",
	"actions": {
		"widget.tophosts.view": {
			"class": "WidgetView"
		},
		"widget.tophosts.column.edit": {
			"class": "ColumnEdit",
			"view": "column.edit",
			"layout": "layout.json"
		}
	}
}