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

manifest.json « favgraphs « widgets « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e2d82cbc1dd1c6654a88962e73596c0dac5d27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"manifest_version": 2.0,
	"id": "favgraphs",
	"type": "widget",
	"name": "Favorite graphs",
	"namespace": "FavGraphs",
	"version": "1.0",
	"author": "Zabbix SIA",
	"widget": {
		"size": {
			"width": 4,
			"height": 3
		},
		"refresh_rate": 900
	},
	"actions": {
		"widget.favgraphs.view": {
			"class": "WidgetView"
		}
	}
}