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

manifest.json « graph « widgets « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 269ccf23babfadab7062e471bb45dff4032842f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"manifest_version": 2.0,
	"id": "graph",
	"type": "widget",
	"name": "Graph (classic)",
	"namespace": "Graph",
	"version": "1.0",
	"author": "Zabbix SIA",
	"widget": {
		"template_support": true,
		"js_class": "CWidgetGraph",
		"use_time_selector": true
	},
	"actions": {
		"widget.graph.view": {
			"class": "WidgetView"
		}
	},
	"assets": {
		"js": ["class.widget.js"]
	}
}