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

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