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

manifest.json « graphprototype « widgets « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 407b773ac6dacb2849be7f4112bc640c75760751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
	"manifest_version": 2.0,
	"id": "graphprototype",
	"type": "widget",
	"name": "Graph prototype",
	"namespace": "GraphPrototype",
	"version": "1.0",
	"author": "Zabbix SIA",
	"widget": {
		"template_support": true,
		"size": {
			"width": 16,
			"height": 5
		},
		"js_class": "CWidgetGraphPrototype",
		"use_time_selector": true
	},
	"actions": {
		"widget.graphprototype.view": {
			"class": "WidgetView",
			"layout": "layout.json",
			"view": null
		}
	},
	"assets": {
		"js": ["class.widget.js"]
	}
}